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

> Best you can currently do to simulate such a jump discontinuity is 
to define two keyframes very close together and use a step easing 
between them

Yes, this is actually quite common to see. The Web Animations API 
allows you to overlap keyframe offsets so that you can add 
discontinuities and I believe there has been discussion in the past of
 adding syntax to allow you to do this in CSS keyframes (e.g. `50%+`).

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

Received on Friday, 1 July 2016 06:08:20 UTC