mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Animation: Add juce_animation module
This commit is contained in:
parent
bc6295d7b5
commit
bc3600cde8
22 changed files with 2731 additions and 4 deletions
|
|
@ -37,6 +37,9 @@ namespace juce
|
|||
|
||||
//==============================================================================
|
||||
/**
|
||||
This class has been superseded, it is now recommended you use the Animator
|
||||
class in the juce_animation module.
|
||||
|
||||
Animates a set of components, moving them to a new position and/or fading their
|
||||
alpha levels.
|
||||
|
||||
|
|
@ -54,7 +57,7 @@ namespace juce
|
|||
The class is a ChangeBroadcaster and sends a notification when any components
|
||||
start or finish being animated.
|
||||
|
||||
@see Desktop::getAnimator
|
||||
@see Animator, Desktop::getAnimator
|
||||
|
||||
@tags{GUI}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue