Re: [csswg-drafts] [css-easing-2] Complex easing/timing functions (#229)

Also, here's a bounce easing I prepared by hand:

`animation-timing-function: cubic-spline(0 0, 1 50%, 1 50%, 0.5, 1 75%, 1 75%, 0.75, 1 87.5%, 1 87.5%, 0.875, 1 93.75%, 1 93.75%, 0.9375, 1 96.8%, 1 96.8%, 0.968, 1 98.4%, 1 98.4%, 1);`

![Screenshot_2019-05-11 cubic-spline()(5)](https://user-images.githubusercontent.com/17750010/57568734-5cc6ba00-73a0-11e9-83cb-45f4b2680508.png)

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

Received on Saturday, 11 May 2019 10:55:45 UTC