Sha256: bc06924b6b10808c14169ebbb81b2e1d8421791aeb9204b1c94b2dc8b3872dbb

Contents?: true

Size: 295 Bytes

Versions: 12

Compression:

Stored size: 295 Bytes

Contents

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

/* # Transition
================================================== */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}
.fade.in { opacity: 1; }

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
active_frontend-1.0.11 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.10 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.9 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.8 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.7 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.6 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.5 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.4 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.3 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.2 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.1 vendor/assets/stylesheets/transition.scss
active_frontend-1.0.0 vendor/assets/stylesheets/transition.scss