mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Animations fix
This commit is contained in:
@@ -85,7 +85,6 @@
|
||||
|
||||
|
||||
.animate-repeat
|
||||
border-color: rgba(153, 153, 153, 1)
|
||||
-webkit-transform: translateZ(0)
|
||||
transform: translateZ(0)
|
||||
&.ng-move, &.ng-enter, &.ng-leave
|
||||
@@ -94,22 +93,25 @@
|
||||
|
||||
&.ng-leave
|
||||
opacity: 1
|
||||
border-color: rgba(153, 153, 153, 1)
|
||||
&.ng-leave-active
|
||||
opacity: 0
|
||||
border-color: rgba(153, 153, 153, 0)
|
||||
|
||||
&.ng-enter
|
||||
opacity: 0
|
||||
border-color: rgba(153, 153, 153, 0)
|
||||
&.ng-enter-active
|
||||
opacity: 1
|
||||
|
||||
product.animate-repeat
|
||||
&.ng-leave
|
||||
border-color: rgba(153, 153, 153, 1)
|
||||
&.ng-leave-active
|
||||
border-color: rgba(153, 153, 153, 0)
|
||||
|
||||
&.ng-enter
|
||||
border-color: rgba(153, 153, 153, 0)
|
||||
&.ng-enter-active
|
||||
border-color: rgba(153, 153, 153, 1)
|
||||
|
||||
&.ng-move
|
||||
&.ng-move-active
|
||||
|
||||
|
||||
.animate-show
|
||||
-webkit-animation-name: slideInDown
|
||||
animation-name: slideInDown
|
||||
|
||||
Reference in New Issue
Block a user