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>
Name | Type | Default | Description |
animation-type | string | 'rotate-1' | Type of animation used. Options: 'rotate-1', 'rotate-2', 'rotate-3', 'type', 'loading-bar', 'slide', 'clip', 'zoom', 'scale', and 'push' |
GitHub 地址 : https://github.com/jokeryhguo/jquery-animated-headlines
效果演示 :https://lemehovskiy.github.io/animatedHeadline/demo/