elm-lang / animation-frame

Somewhat low-level API for getting smoother animations with requestAnimationFrame

Home Page:http://package.elm-lang.org/packages/elm-lang/animation-frame/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release 1.0.1

opsb opened this issue · comments

It seems 1.0.1 was never released http://package.elm-lang.org/packages/elm-lang/animation-frame. The current version (1.0.0) is a problem for node-test-runner because window isn't available, https://github.com/elm-lang/animation-frame/blob/1.0.0/src/Native/AnimationFrame.js#L5

Ah, I see it's dependent on elm 0.18, another reason to look forward to it's release then :)