github上的地址是: https://daneden.github.io/animate.css/
Just-add-water CSS animation
animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.
引入css文件到
标签中立即学习“前端免费学习笔记(深入)”;
<head> <link rel="stylesheet" href="animate.min.css"></head>
给你想让执行动画的元素的class添加animated. 你还可以添加 infinite这个样式让动画无限循环.
最后你给元素添加下面的一个class,就可以实现不同的动画效果:
例子:
<h1 class="animated infinite bounce">Example</h1>
查看所有的动画效果
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号