Skip to content

Commit

Permalink
Revert "Revert "Transition/animate between items faster""
Browse files Browse the repository at this point in the history
This reverts commit dc3c5c7.
  • Loading branch information
Patrik Kullman authored and Wurper committed Nov 7, 2018
1 parent 899f78a commit 5891cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmoz-data-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}

:host([animating]) #items > ::slotted(.animatable){
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
backface-visibility: hidden;
}

Expand Down

0 comments on commit 5891cab

Please sign in to comment.