Sha256: 7cb949af0cf7e72fbcff8c6874b761f281b2962596a48033d4eac35a8b2c99ac

Contents?: true

Size: 176 Bytes

Versions: 3

Compression:

Stored size: 176 Bytes

Contents

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/node_modules/animate.css/source/fading_exits/fadeOutRight.css
rails_modular_admin-0.4.0 app/assets/node_modules/animate.css/source/fading_exits/fadeOutRight.css
rails-animations-1.0.0 app/assets/stylesheets/animations/fading_exits/fadeOutRight.css