Sha256: c6fe8c0a66474436e8b6fe2fb371d4fe781ffe7331182b4e7455c273071e4f9e

Contents?: true

Size: 178 Bytes

Versions: 4

Compression:

Stored size: 178 Bytes

Contents

//
// Component animations
// --------------------------------------------------

.fade {
  opacity: 0;
  @include transition(opacity .15s linear);
  &.in {
    opacity: 1;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mice-0.2.10 vendor/assets/stylesheets/mice/_component-animations.scss
mice-0.2.9 vendor/assets/stylesheets/mice/_component-animations.scss
mice-0.2.8 vendor/assets/stylesheets/mice/_component-animations.scss
mice-0.2.7 vendor/assets/stylesheets/mice/_component-animations.scss