ericwilligers / svg-animation

Implement SVG animation in JavaScript using Web Animations
Apache License 2.0
120 stars 20 forks source link

min and max do not affect animation pace #20

Open ewilligers opened 10 years ago

ewilligers commented 10 years ago

max can cause an animation to cancel early.

min can cause an animation to freeze for some time after the required effect completes. Neither affects the rate at which the animation occurs.