Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
Improve inertia animation
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Jan 12, 2019
1 parent 4aa32de commit 945edba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/tippy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@

&[data-inertia] {
&[data-state='visible'] {
transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
&[data-state='hidden'] {
transition-timing-function: ease;
Expand Down

0 comments on commit 945edba

Please sign in to comment.