Make animation start values the current progress of duration */
| 72 | |
| 73 | /* Make animation start values the current progress of duration */ |
| 74 | void refresh_start() |
| 75 | { |
| 76 | for_each([] (timed_transition_t& t) { t.restart_same_end(); }); |
| 77 | } |
| 78 | |
| 79 | void to_end() |
| 80 | { |