animated.headline.js是一款简单的标题文字动画jQuery插件。该jquery文字动画插件自带有10种动画效果,可以实现标题文字的各种切换动画效果。
<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>
中文网站:http://www.javascriptcn.com/post/600561fe81e8991b448df708
演示地址 :https://lemehovskiy.github.io/animatedHeadline/demo/