Sha256: 396e0de1bfcf7820b1823ee1c87c1a4aa39e742e56421b8e448eb24df3082b5f
Contents?: true
Size: 407 Bytes
Versions: 222
Compression:
Stored size: 407 Bytes
Contents
.animate-show { -webkit-transition: all linear 0.075s; transition: all linear 0.075s; opacity: 1; } .animate-show.ng-hide-add, .animate-show.ng-hide-remove { display:block !important; } .animate-show.ng-hide { opacity:0; padding:0 10px; } .alert.ng-leave { -webkit-transition: all linear 1s; transition: all linear 1s; opacity: 1; } .alert.ng-leave.ng-leave-active { opacity: 0; }
Version data entries
222 entries across 222 versions & 2 rubygems