Sha256: 3169d0d81c78be483c96cb0032d363c2fcebdf287a6a3e5695801a566c3a6608
Contents?: true
Size: 208 Bytes
Versions: 3
Compression:
Stored size: 208 Bytes
Contents
@keyframes slideOutRight { from { transform: translate3d(0, 0, 0); } to { visibility: hidden; transform: translate3d(100%, 0, 0); } } .slideOutRight { animation-name: slideOutRight; }
Version data entries
3 entries across 3 versions & 2 rubygems