MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / refresh_start

Method refresh_start

plugins/single_plugins/switcher.cpp:74–77  ·  view source on GitHub ↗

Make animation start values the current progress of duration */

Source from the content-addressed store, hash-verified

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 {

Callers 1

next_viewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected