mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Almost done with implementation of Transition! Settings and UI side
pannel are operational. View is stable and animation with UpdateCallback implemented.
This commit is contained in:
@@ -79,14 +79,14 @@ struct History
|
||||
|
||||
struct TransitionConfig
|
||||
{
|
||||
bool auto_start;
|
||||
bool cross_fade;
|
||||
bool auto_open;
|
||||
int duration;
|
||||
int profile;
|
||||
|
||||
TransitionConfig() {
|
||||
auto_start = false;
|
||||
cross_fade = false;
|
||||
cross_fade = true;
|
||||
auto_open = true;
|
||||
duration = 1000;
|
||||
profile = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user