Sha256: 5db26e2e2c8056bf9c0bd84277c6ed1568ddfbf595acd5ff724a2c600c066d20

Contents?: true

Size: 417 Bytes

Versions: 2

Compression:

Stored size: 417 Bytes

Contents

.single-transition-without-delay {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.single-transition-with-delay {
  -webkit-transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all 0.6s ease-out 0.2s;
  -o-transition: all 0.6s ease-out 0.2s;
  transition: all 0.6s ease-out 0.2s; }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
compass-0.12.alpha.3 test/fixtures/stylesheets/compass/css/transition.css
compass-0.12.alpha.2 test/fixtures/stylesheets/compass/css/transition.css