Animate.css

一个跨浏览器的 CSS 动画库。简单易用。「A cross-browser library of CSS animations. As easy to use as an easy thing.」

Github stars Tracking Chart

Animate.css GitHub release CDNJS Build Status devDependencies Status chat npm version

We need your help! animate.css v4 is in the work with lots of improvements and some breaking changes, including CSS custom properties support (aka CSS variables) and classes prefix for a safer use. We need your feedback! You can follow the development on the dev branch and give your feedback on the issue tracker.
Every feedback is welcome!

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.

Installation

Install via npm:

$ npm install animate.css --save

or yarn:

$ yarn add animate.css

Usage

To use animate.css in your website, simply drop the stylesheet into your document's <head>, and add the class animated to an element, along with any of the animation names. That's it! You've got a CSS animated element. Super!

<head>
  <link rel="stylesheet" href="animate.min.css">
</head>

or use a CDN hosted version by CDNJS

<head>
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
</head>

Animations

To animate an element, add the class animated to an element. You can include the class infinite for an infinite loop. Finally you need to add one of the following classes to the element:

Overview

Name With Owneranimate-css/animate.css
Primary LanguageCSS
Program languageCSS (Language Count: 4)
PlatformCross-platform, Linux, Mac, Web browsers, Windows
License:Other
Release Count29
Last Release Namev4.1.1 (Posted on 2020-09-07 12:20:17)
First Release Namev2.0 (Posted on 2013-08-16 15:27:23)
Created At2011-10-12 10:07:38
Pushed At2024-04-22 19:21:14
Last Commit At
Stargazers Count79.7k
Watchers Count2.3k
Fork Count16.2k
Commits Count664
Has Issues Enabled
Issues Count861
Issue Open Count22
Pull Requests Count315
Pull Requests Open Count6
Pull Requests Close Count546
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top