ericwilligers / svg-animation

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

Illustrate ways of specifying duration #30

Closed ewilligers closed 10 years ago

ewilligers commented 10 years ago

Adds an example that specifies duration in a variety of ways.

Duration values may be specified using clock values (hour:minute:second.fraction) or using a simple number with units.

If the duration is not supplied, it is assumed to be infinite.