Sha256: 72b5949d1ad4b9e9fd3d2e627271d5f793a30331c5d88a7d87530c6b8204bb86

Contents?: true

Size: 545 Bytes

Versions: 1

Compression:

Stored size: 545 Bytes

Contents

@-moz-keyframes test {
  0%, 100% {
    opacity: 1; }

  50% {
    opacity: 0; } }

@-webkit-keyframes test {
  0%, 100% {
    opacity: 1; }

  50% {
    opacity: 0; } }

@-o-keyframes test {
  0%, 100% {
    opacity: 1; }

  50% {
    opacity: 0; } }

@-ms-keyframes test {
  0%, 100% {
    opacity: 1; }

  50% {
    opacity: 0; } }

@keyframes test {
  0%, 100% {
    opacity: 1; }

  50% {
    opacity: 0; } }

.animation {
  -webkit-animation: test;
  -moz-animation: test;
  -ms-animation: test;
  -o-animation: test;
  animation: test; }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass-0.13.alpha.0 test/fixtures/stylesheets/compass/css/animation-with-legacy-ie.css