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-17.0.3 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.0.2 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.0.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-17.0.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.4.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.4.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.3.4 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.3.3 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.3.2 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.3.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.3.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.2.2 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.2.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.2.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.1.7 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.1.6 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.1.5 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.1.4 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.1.3 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.1.2 vendor/assets/stylesheets/components/_transition.scss