Sha256: e329ccc7fa9a666d4eb611520ea8627c57a834ac8f48c830e47d7d066bfe38f8
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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 // Specials // - hinge rollIn rollOut // --------------------------------------------------------------------------- @import "animate/fading"; @import "animate/bouncing"; @import "animate/rotating"; @import "animate/attention-seekers"; @import "animate/specials";
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
animation-0.1.alpha.2 | stylesheets/animation/animate.scss |
animation-0.1.alpha.1 | stylesheets/animation/animate.scss |