Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athanclark/elm-discrete-transition
Switch between discrete states, given you've got a time-indexed continuous method for turning them on
https://github.com/athanclark/elm-discrete-transition
discrete-transitions elm
Last synced: 11 days ago
JSON representation
Switch between discrete states, given you've got a time-indexed continuous method for turning them on
- Host: GitHub
- URL: https://github.com/athanclark/elm-discrete-transition
- Owner: athanclark
- Created: 2016-05-25T07:35:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T06:55:08.000Z (about 8 years ago)
- Last Synced: 2023-08-08T20:37:50.751Z (over 1 year ago)
- Topics: discrete-transitions, elm
- Language: HTML
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discrete Transitions
Use `GoTo` to switch to a state. For a demo, check out
[this example](https://rawgit.com/athanclark/elm-discrete-transition/master/example/index.html).