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-18.0.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-18.0.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.7.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.6.3 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.6.2 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.6.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.6.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.5.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.5.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.4.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.4.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.3.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.3.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.2.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.1.4 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.1.3 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.1.2 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.1.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.1.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.0.4 vendor/assets/stylesheets/components/_transition.scss