andrewMacmurray / elm-simple-animation

stateless animation utils for Elm
https://package.elm-lang.org/packages/andrewMacmurray/elm-simple-animation/latest/
MIT License
50 stars 3 forks source link

Common module extended eases #9

Closed andrewMacmurray closed 3 years ago

andrewMacmurray commented 3 years ago

Given that Simple.Transition is in the process of being added in #8 it might be nice to have a shared space for the extended eases (e.g. all the ones that make use of Cubic) so that both Animation and Transition can use them

andrewMacmurray commented 3 years ago

I experimented with this and having the shared module made the internals a more complex, the api less clean (more awkward to use and exposes some of the implementation) so decided to move the extended ease to one place and re-export them in Transition and Animation