Skip to content

v0.9.2

Compare
Choose a tag to compare
@veghdev veghdev released this 22 Nov 15:57
· 445 commits to main since this release
c24c565

Fixed

  • Fixed redraw on browser zoom (bug since 0.9.0).
  • Fixed clearing of the canvas before rendering when devicePixelRatio is not 1.
  • TypeScript definition fixed, measures can contain null values.

Added

  • Animation control object expose properties position, direction, speed
    and playState to be able to query the current state of the animation, and
    to be more conform with the Web Animation API.