1
0
Fork 0
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:
attila 2022-11-01 11:15:39 +01:00 committed by Anthony Nicholls
parent bc6295d7b5
commit bc3600cde8
22 changed files with 2731 additions and 4 deletions

View file

@ -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}
*/