KingScooty / sass-easing

Some mixins for easing animations using SASS.
MIT License
41 stars 5 forks source link

Why is the easeOut and easeInOut almost always the same? #3

Open marcofugaro opened 8 years ago

marcofugaro commented 8 years ago

I am talking about this

$easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
$easeInOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);

They obviously should be different, or is there something I'm missing?

kristofferh commented 8 years ago

Copy paste / find-replace error? I submitted a PR here: https://github.com/KingScooty/sass-easing/pull/4