Skip to content

Commit

Permalink
Revert "Transition/animate between items faster"
Browse files Browse the repository at this point in the history
This reverts commit d625f44.
  • Loading branch information
Patrik Kullman committed Nov 6, 2018
1 parent d625f44 commit dc3c5c7
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.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
backface-visibility: hidden;
}

Expand Down

0 comments on commit dc3c5c7

Please sign in to comment.