Sha256: d0d18df454828b0e4b762919d4d59b8895809c35dc146f5e8613e4900fd19983

Contents?: true

Size: 603 Bytes

Versions: 9

Compression:

Stored size: 603 Bytes

Contents

// ---------------------------------------------------------------------------
// imports

@import "roll/rollIn";
@import "roll/rollOut";

// ---------------------------------------------------------------------------
// roll [ in | out | all ]

@mixin animate-roll(
  $sub        : all,
  $class      : $default-animation-class-mode,
  $keyframes  : $default-keyframes-output
) {
  $sub  : compact($sub);
  $in   : yepnope($sub, all in);
  $out  : yepnope($sub, all out);
  @if $in   { @include animate-rollIn   ($class, $keyframes); }
  @if $out  { @include animate-rollOut  ($class, $keyframes); }
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
rhet-butler-0.14.1 default-configuration/assets/stylesheets/animate/_roll.scss
rhet-butler-0.14.0 default-configuration/assets/stylesheets/animate/_roll.scss
rhet-butler-0.13.0 default-configuration/assets/stylesheets/animate/_roll.scss
rhet-butler-0.12.1 default-configuration/assets/stylesheets/animate/_roll.scss
rhet-butler-0.11.1 default-configuration/assets/stylesheets/animate/_roll.scss
rhet-butler-0.11.0 default-configuration/assets/stylesheets/animate/_roll.scss
rhet-butler-0.10.0 default-configuration/assets/stylesheets/animate/_roll.scss
rhet-butler-0.9.0 default-configuration/assets/stylesheets/animate/_roll.scss
animate-0.2.beta.0 stylesheets/animate/_roll.scss