Wordpress效果/动画显示类别

时间:2018-02-05 04:19:21

标签: wordpress wordpress-theming

在下图中,您知道吗:

1) What is the name of the effect that makes the category shows-up/pop-up/zoom in?
2) What plugin does have this feature?

Please identify this effect.

谢谢!

1 个答案:

答案 0 :(得分:0)

它被称为 Zoon In Down 动画。您可以访问Animate.css并选择 zoomInDown 动画进行查看。

目前我看到没有插件以此动画为例。但是你可以在你的主题中实现Animate.css:

wp_enqueue_style( 'mytheme-animate', THEME_DIR_URI . '/includes/css/animate.css' );

有关详细信息,请访问Animate.css on github