Re: [csswg-drafts] [css-transitions][css-animations] Complex timing functions

could do something like this (and show some stock easing functions in 
addition to cubic-bezier):

animation-timing-function: ease-out range(0, 0.3), at 50% ease-in 
range(0.3, 0.1), after 80% cubic-bezier(...) range(0.6, 1.0);

-- 
GitHub Notification of comment by visiblecode
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/229#issuecomment-236398948 
using your GitHub account

Received on Sunday, 31 July 2016 00:29:59 UTC