Skip to content

Commit

Permalink
Fix incorrect timing function value
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Aug 21, 2011
1 parent ad4dbdc commit f17b303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/addons/_timing-functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// EASE IN
$ease-in-quad: cubic-bezier(0.550, 0.085, 0.680, 0.530);
$ease-in-cubic: cubic-bezier(0.550, 0.055, 0.675, 0.190);
$ease-in-quart: cubic-bezier(1.895, 0.030, 0.685, 0.220);
$ease-in-quart: cubic-bezier(0.895, 0.030, 0.685, 0.220);
$ease-in-quint: cubic-bezier(0.755, 0.050, 0.855, 0.060);
$ease-in-sine: cubic-bezier(0.470, 0.000, 0.745, 0.715);
$ease-in-expo: cubic-bezier(0.950, 0.050, 0.795, 0.035);
Expand Down

0 comments on commit f17b303

Please sign in to comment.