Sha256: 0ba8b7f3dd6ef6137f6bb21fb03c141ab6db746090bdf8a0d34c5daa217078a1
Contents?: true
Size: 775 Bytes
Versions: 4
Compression:
Stored size: 775 Bytes
Contents
.mblSwirl.mblOut { -webkit-animation-duration: .5s; -webkit-animation-name: mblSwirlOut; -webkit-animation-timing-function: ease-in; } .mblSwirl.mblIn { z-index: -100; -webkit-animation-duration: .5s; -webkit-animation-name: mblSwirlIn; -webkit-animation-timing-function: ease-in; } .mblSwirl.mblOut.mblReverse { -webkit-animation-name: mblSwirlOutReverse; } @-webkit-keyframes mblSwirlOut { from { -webkit-transform: rotate(0deg) scale(1.0); } to { -webkit-transform: rotate(-360deg) scale(0.0); } } @-webkit-keyframes mblSwirlOutReverse { from { -webkit-transform: rotate(0deg) scale(1.0); } to { -webkit-transform: rotate(360deg) scale(0.0); } } @-webkit-keyframes mblSwirlIn { from { -webkit-transform: scale(1.0); } to { -webkit-transform: scale(1.0); } }
Version data entries
4 entries across 4 versions & 1 rubygems