1.0.2 • Published 7 years ago

animated_headline v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

animatedHeadline

Demo

https://lemehovskiy.github.io/animatedHeadline/demo

Package Managers

# NPM
npm install animated_headline

Settings

OptionTypeDefault
durationint.5
autoplay_speedint2
center_modeboolfalse

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
1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago