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

There's a meta issue here in that there's a bit of a mismatch between 
the way AE deals with animation and CSS to begin with. More 
specifically, animation-timing-function doesn't directly correspond to
 motion (v.s. timing) graphs in AE. It's more akin to the time 
remapping feature.

That being said, if you extract the x, y, etc. components from the 
motion separately (like the AE "separate dimensions" feature does), 
then you could turn them into separate animations with timing 
functions in the format I gave. But then CSS would need to provide a 
nice way to combine multiple `transform:` animations. (Today, you have
 to play tricks with nested divs.)

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

Received on Tuesday, 5 July 2016 18:00:50 UTC