Sha256: 04043aa4b56aeb9690e78e6d8927ae55948d1f00ec89bff0cff0937b124f3649

Contents?: true

Size: 174 Bytes

Versions: 3

Compression:

Stored size: 174 Bytes

Contents

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

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/fadeOutLeft.css
rails_modular_admin-0.4.0 app/assets/node_modules/animate.css/source/fading_exits/fadeOutLeft.css
rails-animations-1.0.0 app/assets/stylesheets/animations/fading_exits/fadeOutLeft.css