Tweak animation stylings

This commit is contained in:
summerscope
2014-07-11 15:07:29 +10:00
parent 26d6ac5a8d
commit d67992eb7b

View File

@@ -91,20 +91,25 @@
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave
-webkit-transition: all linear 0.2s
transition: all linear 0.2s
-webkit-transition: all linear 300ms
transition: all linear 300ms
-webkit-transition: border linear 500ms ease-in
transition : border 500ms ease-in
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter
opacity: 0
max-height: 0
border-color: transparent
.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active
opacity: 1
max-height: inherit
border-color: inherit
.animate-show