jwmerrill / elm-animation-frame

An Elm Signal that is synchronized with the monitor's refresh rate.
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Support for Elm 0.17 #7

Closed sbaechler closed 8 years ago

sbaechler commented 8 years ago

Version 0.17 dropped Signals in favor of Subscriptions. http://elm-lang.org/blog/farewell-to-frp

jwmerrill commented 8 years ago

As of Elm 0.17, I think https://github.com/elm-lang/animation-frame will be the way to subscribe to animation frames.

I've been waiting for some docs to point to so that I can deprecate this library.

On Sat, May 28, 2016 at 10:48 AM Simon Bächler notifications@github.com wrote:

Version 0.17 dropped Signals in favor of Subscriptions. http://elm-lang.org/blog/farewell-to-frp

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jwmerrill/elm-animation-frame/issues/7, or mute the thread https://github.com/notifications/unsubscribe/AAC9GQ6nQA-3abZKGkof0AAwoQu94roYks5qGFXDgaJpZM4IpFxX .

jwmerrill commented 8 years ago

Docs for your reference: http://package.elm-lang.org/packages/elm-lang/animation-frame/1.0.0/AnimationFrame

On Mon, May 30, 2016 at 1:36 AM Jason Merrill jwmerrill@gmail.com wrote:

As of Elm 0.17, I think https://github.com/elm-lang/animation-frame will be the way to subscribe to animation frames.

I've been waiting for some docs to point to so that I can deprecate this library.

On Sat, May 28, 2016 at 10:48 AM Simon Bächler notifications@github.com wrote:

Version 0.17 dropped Signals in favor of Subscriptions. http://elm-lang.org/blog/farewell-to-frp

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jwmerrill/elm-animation-frame/issues/7, or mute the thread https://github.com/notifications/unsubscribe/AAC9GQ6nQA-3abZKGkof0AAwoQu94roYks5qGFXDgaJpZM4IpFxX .

sbaechler commented 8 years ago

Very well. I did not see that. Thank you.