// ---------------------------------------------------------------------------
// 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/flippers';
@import 'animate/attention-seekers';
@import 'animate/specials';
