
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
polymer-simple-slider
Advanced tools
A Polymer element providing a simple slider functionality.
Maintained by Ruy Adorno.
<simple-slider style="width:400px; height:400px">
<img src="http://placekitten.com/g/400/400"/>
<img src="https://unsplash.it/400/400/?random=0"/>
<img src="https://unsplash.it/400/400/?random=1"/>
<img src="https://unsplash.it/400/400/?random=2"/>
</simple-slider>
Install using Bower (also available on npm)
bower install --save polymer-simple-slider
Import Web Components' polyfill:
<script src="bower_components/webcomponents.js/webcomponents.js"></script>
Import Custom Element:
<link rel="import" href="bower_components/polymer-simple-slider/simple-slider.html">
Start using it!
<simple-slider style="width:500px; height:500px">
<img src="foo/bar1.png"/>
<img src="foo/bar2.png"/>
<img src="foo/bar3.png"/>
</simple-slider>
version: 1.1.0
| Attribute | Options | Default | Description |
|---|---|---|---|
no-auto-play | Boolean | false | If this attr is present, do not auto play slides |
transitionProperty | left, right, opacity | left | Determines the css property to be animated |
transitionDuration | Number | 0.5 | Value setting the duration of animation transition |
transitionDelay | Number | 3 | Value determining the wait between each animation when you use autoPlay:true |
startValue | Number | -elem.width | Initial value of slide elements when starting a transition animation |
visibleValue | Number | 0 | The value a slide element should have when it is displayed |
endValue | Number | elem.width | The value a slide will move to during a transition animation |
git checkout -b my-new-featuregit commit -m 'Add some feature'git push origin my-new-featureFor detailed changelog, check Releases.
This project is a simple polymer element implementation of SimpleSlider. Please visit its page for more information.
FAQs
A Polymer element providing a simple slider functionality
We found that polymer-simple-slider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.