Sha256: a88587997f44fd049f69c09cb0f7a1a180d59c75c211d28a51f36471f1d1694a
Contents?: true
Size: 365 Bytes
Versions: 2
Compression:
Stored size: 365 Bytes
Contents
@keyframes flipOutX { from { transform: perspective(400px); } 30% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } } .flipOutX { animation-duration: 0.75s; animation-name: flipOutX; backface-visibility: visible !important; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_modular_admin-1.0.0 | app/assets/node_modules/animate.css/source/flippers/flipOutX.css |
rails_modular_admin-0.4.0 | app/assets/node_modules/animate.css/source/flippers/flipOutX.css |