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.1.1 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.1.0 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.24 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.23 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.22 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.21 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.20 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.19 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.18 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.17 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.16 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.15 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.14 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.13 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.12 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.11 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.10 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.9 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.8 vendor/assets/stylesheets/components/_transition.scss
active_frontend-16.0.7 vendor/assets/stylesheets/components/_transition.scss