Sha256: f11b3bcc00dd60c62daabf3a0afd3e6ba61c3a814bc40945a97f4052acf62622
Contents?: true
Size: 1.23 KB
Versions: 13
Compression:
Stored size: 1.23 KB
Contents
// --------------------------------------------------------------------------- // Animations from Animate.css // Author : Dan Eden // URL : http://daneden.me/animate/ // // Attention seekers // - flash bounce shake tada swing wobble pulse // Fading entrances // - fadeIn fadeInUp fadeInDown fadeInLeft fadeInRight fadeInUpBig fadeInDownBig fadeInLeftBig fadeInRightBig // Fading exits // - fadeOut fadeOutUp fadeOutDown fadeOutLeft fadeOutRight fadeOutUpBig fadeOutDownBig fadeOutLeftBig fadeOutRightBig // Bouncing entrances // - bounceIn bounceInDown bounceInUp bounceInLeft bounceInRight // Bouncing exits // - bounceOut bounceOutDown bounceOutUp bounceOutLeft bounceOutRight // Rotating entrances // - rotateIn rotateInDownLeft rotateInDownRight rotateInUpLeft rotateInUpRight // Rotating exits // - rotateOut rotateOutDownLeft rotateOutDownRight rotateOutUpLeft rotateOutUpRight // Lightspeed // - lightSpeedIn lightSpeedOut // Specials // - hinge rollIn rollOut // --------------------------------------------------------------------------- @import "animate/attention-seekers"; @import "animate/bouncing"; @import "animate/fading"; @import "animate/flippers"; @import "animate/lightspeed"; @import "animate/rotating"; @import "animate/specials";
Version data entries
13 entries across 13 versions & 4 rubygems