-
-
Notifications
You must be signed in to change notification settings - Fork 1
canvas animations effects
Black Ram edited this page Jan 2, 2025
·
4 revisions
Pixi’VN provides a set of animations and effects that can be applied to canvas components.
What is a animation? An animation is a process that moves a canvas component without altering the texture. For example, a process that move a canvas component from (0, 0)
to (100, 100)
.
What is a effect? An effect is a process that alters the texture of a canvas component. For example, a process that fade a canvas component.
Animations and effects are divided into two categories: