Closed srikanth-kandi closed 1 year ago
frames() is not an easing function, changed it to steps(). I have added a pull request that solves the issue.
Good work @madhuroshan
frames() is not an easing function, changed it to steps(). I have added a pull request that solves the issue.
mention this issue #145 in your pull request
you can use other easing functions like cubic-bezier , ease-in-out etc as well, have gone through mdn and cant find frames as an easing function.
As you provided the link to learn about the Web animations API frames example
The file I was trying to issue on mdn/css-examples/animation-frames-timing-function/index-waa.html
I was trying to explore animations and encountered this file, which was not showing the output as expected.
It was just showing the blank screen below
As I tried to figure out what the issue is about, I figured out some exceptions in the console window of the browser says
Attaching the console error below