Refactor Transition effects #11
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
optimization
question
requirements
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rowan/canto#11
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rename FadeEffect to OpacityTransition or FloatTransition and separate the coupling from AddTransition.
Reasoning
This will better position the system to handle arbitrary transition effects whether they're pre-configured in the UXML or not. AddTransition can be responsible for adding the transition if it doesn't already exist (which does not necessitate that the effect will be triggered by the effect system -- it could be a cursor hover effect, for example)