Sha256: 34972b2556fce27ccbca8ea75b7e1dcf60b2e5bef41f92d54048830af97274c9

Contents?: true

Size: 252 Bytes

Versions: 10

Compression:

Stored size: 252 Bytes

Contents

/* Table of Contents
==================================================
# Transition */

/* # Transition
================================================== */
.fade {
  opacity: 0;
  @include transition(opacity 0.3s linear);
}
.fade.in { opacity: 1; }

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
active_frontend-13.3.0 vendor/assets/stylesheets/_transition.scss
active_frontend-13.2.0 vendor/assets/stylesheets/_transition.scss
active_frontend-13.1.0 vendor/assets/stylesheets/_transition.scss
active_frontend-13.0.6 vendor/assets/stylesheets/_transition.scss
active_frontend-13.0.5 vendor/assets/stylesheets/_transition.scss
active_frontend-13.0.4 vendor/assets/stylesheets/_transition.scss
active_frontend-13.0.3 vendor/assets/stylesheets/_transition.scss
active_frontend-13.0.2 vendor/assets/stylesheets/_transition.scss
active_frontend-13.0.1 vendor/assets/stylesheets/_transition.scss
active_frontend-13.0.0 vendor/assets/stylesheets/_transition.scss