Sha256: 0b5141f8fd5df12629781ced960ad79a184b4affe4042efc30cfd326caaaea22
Contents?: true
Size: 771 Bytes
Versions: 4
Compression:
Stored size: 771 Bytes
Contents
.mblZoomOut.mblOut { -webkit-animation-duration: .5s; -webkit-animation-name: mblZoomOutOut; -webkit-animation-timing-function: ease-in; } .dj_android .mblZoomOut.mblOut { -webkit-animation-name: mblZoomOutOutAndroid; } .mblZoomOut.mblIn { z-index: -100; -webkit-animation-duration: .5s; -webkit-animation-name: mblZoomOutIn; -webkit-animation-timing-function: ease-in; } @-webkit-keyframes mblZoomOutOut { from { -webkit-transform: scale(1.0); opacity: 1; } to { -webkit-transform: scale(0.0); opacity: 0; } } @-webkit-keyframes mblZoomOutOutAndroid { from { -webkit-transform: scale(1.0); } to { -webkit-transform: scale(0.0); } } @-webkit-keyframes mblZoomOutIn { from { -webkit-transform: scale(1.0); } to { -webkit-transform: scale(1.0); } }
Version data entries
4 entries across 4 versions & 1 rubygems