Sha256: 1d19885177f2a510adad23de5a6b382fcee15160f9e9099f5a1300486230fe3a

Contents?: true

Size: 1.24 KB

Versions: 13

Compression:

Stored size: 1.24 KB

Contents

// .animated and .animated.hinge classes for external use
.animated {
  @include animation(1s ease both); }

.animated.hinge {
  @include animation(2s ease both); }

// Animations list
$animations: flash, shake, bounce, tada, swing, wobble, wiggle, pulse, flip, flipInX, flipOutX, flipInY, flipOutY, fadeIn, fadeInUp, fadeInDown, fadeInLeft, fadeInRight, fadeInUpBig, fadeInDownBig, fadeInLeftBig, fadeInRightBig, fadeOut, fadeOutUp, fadeOutDown, fadeOutLeft, fadeOutRight, fadeOutUpBig, fadeOutDownBig, fadeOutLeftBig, fadeOutRightBig, bounceIn, bounceInDown, bounceInUp, bounceInLeft, bounceInRight, bounceOut, bounceOutDown, bounceOutUp, bounceOutLeft, bounceOutRight, rotateIn, rotateInDownLeft, rotateInDownRight, rotateInUpLeft, rotateInUpRight, rotateOut, rotateOutDownLeft, rotateOutDownRight, rotateOutUpLeft, rotateOutUpRight, lightSpeedIn, lightSpeedOut, hinge, rollIn, rollOut;

// Animations that require backface-visibility
$backface: flip, flipInX, flipOutX, flipInY, flipOutY;

// Creation of the different classes
@each $anim in $animations {
  .#{$anim} {
    @if index($backface, $anim) {
      @include backface-visibility(visible); }
    @if $anim == "swing" {
      @include transform-origin(top, center); }
    @include animation-name($anim); } }

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
comixins-0.1.2 vendor/assets/stylesheets/animation/animate/_classes.scss
browsercms-artirix-4.0.4 app/assets/stylesheets/cms/includes/animation/animate/_classes.scss
browsercms-artirix-4.0.3.3 app/assets/stylesheets/cms/includes/animation/animate/_classes.scss
browsercms-artirix-4.0.3.2 app/assets/stylesheets/cms/includes/animation/animate/_classes.scss
browsercms-artirix-4.0.3.1 app/assets/stylesheets/cms/includes/animation/animate/_classes.scss
browsercms-artirix-4.0.3 app/assets/stylesheets/cms/includes/animation/animate/_classes.scss
ghost-manager-1.0.0 magneto/source/assets/bower_components/compass-mixins/lib/animation/animate/_classes.scss
browsercms-artirix-4.0.2 app/assets/stylesheets/cms/includes/animation/animate/_classes.scss
browsercms-artirix-4.0.1.1 app/assets/stylesheets/cms/includes/animation/animate/_classes.scss
browsercms-artirix-4.0.0.rc1.art4 app/assets/stylesheets/cms/includes/animation/animate/_classes.scss
browsercms-4.0.0.rc1 app/assets/stylesheets/cms/includes/animation/animate/_classes.css.scss
browsercms-4.0.0.beta app/assets/stylesheets/cms/includes/animation/animate/_classes.css.scss
browsercms-4.0.0.alpha app/assets/stylesheets/cms/includes/animation/animate/_classes.css.scss