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

`diffs` should never yield a negative time span

soenkehahn opened this issue · comments

The very first time delta that comes out of diffs can sometimes be negative. If I understand diffs correctly, they should never be negative.

@soenkehahn can you create a http://sscce.org/ demonstrating this behavior and share it here?

Should this be closed since #8 was merged and released?

Sorry, I'm not working on an elm project that uses animation-frame anymore, so I don't have any stakes in this anymore. I'll close this issue. Please, re-open if you feel like it.