mdgriffith / elm-style-animation

The style animation library for Elm!
http://package.elm-lang.org/packages/mdgriffith/elm-style-animation/latest
BSD 3-Clause "New" or "Revised" License
441 stars 41 forks source link

Expose `vh`, `vw`, `vmin` and `vmax` units #60

Open Ahrengot opened 6 years ago

Ahrengot commented 6 years ago

These are fairly essential when doing page transitions or animating anything else that has to enter/exit from completely off-screen.

Looks like they just needed to be exported, right?

Ahrengot commented 6 years ago

If you want this in the current version I can cherry-pick the commit and add a pull-request to the master branch as well. Let me know if I need to do that :)