1.0.2 • Published 8 years ago
animated_headline v1.0.2
animatedHeadline
Demo
https://lemehovskiy.github.io/animatedHeadline/demo
Package Managers
# NPM
npm install animated_headlineSettings
| Option | Type | Default |
|---|---|---|
| duration | int | .5 |
| autoplay_speed | int | 2 |
| center_mode | bool | false |
Example:
<span class="animated-headline">
<b class="active">
rolor
</b>
<b>
color
</b>
<b>
nolor
</b>
</span>
<script>
$('.animated-headline').animatedHeadline({
duration: 1,
autoplay_speed: 3,
center_mode: true
});
</script>Browser support
- Chrome
- Firefox
- Opera
- IE10/11
Dependencies
- jQuery 1.7
- Gsap