Skip to content

Commit

Permalink
Transition/animate between items faster
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Kullman <[email protected]>
  • Loading branch information
Patrik Kullman committed Nov 6, 2018
1 parent 3507861 commit d625f44
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 d625f44

Please sign in to comment.