Sha256: 9af5d7cfa675acb84fa0c7eea5ae8f7eb5607b3d9b35aa3e1ff116c08bb9a41f

Contents?: true

Size: 518 Bytes

Versions: 2

Compression:

Stored size: 518 Bytes

Contents

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

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
animate-0.1.0 stylesheets/animate/_roll.scss
animate-0.1.alpha.0 stylesheets/animate/_roll.scss