Sha256: 19efd9e985d8091af88d99ec5b68f3ac14c1bdfebd12895567bb95f12df25ec8

Contents?: true

Size: 250 Bytes

Versions: 246

Compression:

Stored size: 250 Bytes

Contents

// Table of Contents
// ==================================================
// Transition

// Transition
// ==================================================
.fade {
  opacity: 0;
  @include transition(opacity 0.3s linear);

  &.in { opacity: 1; }
}

Version data entries

246 entries across 246 versions & 1 rubygems

Version Path
active_frontend-16.0.6 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.5 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.4 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.3 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.2 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.1.6 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.1.5 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.1.4 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.1.3 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.1.2 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.1.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.1.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.0.23 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.0.22 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.0.21 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.0.20 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.0.19 vendor/assets/stylesheets/components/_transition.scss
active_frontend-15.0.18 vendor/assets/stylesheets/components/_transition.scss