animate.css 官方,animateCSS

animateCSS是什么

什么是animateCSS,Animate CSS jQuery Plugin

animateCSS官网:官网

animateCSS文档:文档

animateCSS源码仓库:源码仓库

animateCSS下载地址:点此下载 点此下载2

animateCSS介绍、animateCSS使用

A jQuery plugin to dynamically apply Dan Eden's animate.css animations with callbacks

c93b036de13800e54bdaacd247b4141f.png

Getting Started

Bower

Install with Bower bower install animateCSS

Download

In your web page:

$(document).ready( function(){

$('#your-id').animateCSS("fadeIn");

});

Documentation

{

infinite: false, // True or False

animationClass: "animated", // Can be any class

delay: 0 // Can be any value (in ms)

你可能感兴趣的:(animate.css,官方)