Sha256: a294f4a033237f1be90b884ec279a66c736bbf0e2c2478a0a7254f2cc323f94e
Contents?: true
Size: 478 Bytes
Versions: 9
Compression:
Stored size: 478 Bytes
Contents
.mblDissolve.mblOut { -webkit-animation-duration: 1s; -webkit-animation-name: mblDissolveOut; -webkit-animation-timing-function: cubic-bezier(.25,1,.75,0); } .mblDissolve.mblIn { -webkit-animation-duration: 1s; -webkit-animation-name: mblDissolveIn; -webkit-animation-timing-function: cubic-bezier(.25,1,.75,0); } @-webkit-keyframes mblDissolveOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes mblDissolveIn { from { opacity: 0; } to { opacity: 1; } }
Version data entries
9 entries across 9 versions & 2 rubygems