Olivier Goffart
|
e00491811b
|
Get rid of the context in properties/signal
|
2020-07-13 18:49:06 +02:00 |
|
Olivier Goffart
|
90ed79e39f
|
Remove unused code in the animation driver
|
2020-07-02 17:36:34 +02:00 |
|
Olivier Goffart
|
9d852f802e
|
Property refactoring
The tests are working and everything seems to be back normal.
But there is still some cleanup required
|
2020-07-02 14:14:49 +02:00 |
|
Simon Hausmann
|
fb74a8ddd4
|
Fix animations for the wasm build
Use the instant crate that has a transparent fall-back to performance.now().
|
2020-06-25 09:07:04 +02:00 |
|
Simon Hausmann
|
8675cfb183
|
Fix animation driver to deal with freed animations
Just skip over those entries.
|
2020-06-25 08:58:13 +02:00 |
|
Simon Hausmann
|
688f111563
|
Added simple linear property animation class
|
2020-06-23 13:27:09 +02:00 |
|
Simon Hausmann
|
d99972a77a
|
Simplify animation driver handling
Instead of passing it through the event loop, make it accessible as a
thread local variable.
|
2020-06-23 13:03:35 +02:00 |
|
Simon Hausmann
|
7694337181
|
Simplify the animation driver API
By making the duration a "property" of the Animated trait, we can reduce
the API surface.
|
2020-06-22 19:27:15 +02:00 |
|
Simon Hausmann
|
0aa4d85c92
|
Start with data structures for animations, with a duration and basic controls
|
2020-06-15 18:02:23 +02:00 |
|