How to Fade In/Out multiple texts using CSS/jQuery like on Droplr?

后端 未结 5 1750
隐瞒了意图╮
隐瞒了意图╮ 2020-12-04 22:47

I\'ve seen this type of animation on a website just when CSS3 key-frames started to gain momentum, but couldn\'t find it nor could I replicate it using CSS or jQuery, and he

5条回答
  •  清歌不尽
    2020-12-04 23:05

    The lowest effort approach is probably to use the Morphext jQuery plug-in:

    https://github.com/MrSaints/Morphext

    It's powered by animate.css, so it's easy to change the animation style of the text.

    If you're looking for something a bit more powerful (can specify in AND out animations; animate not just text), there's a spin-off called Morphist:

    https://github.com/MrSaints/Morphist

提交回复
热议问题