25 #ifndef JUCE_COMPONENTANIMATOR_H_INCLUDED 26 #define JUCE_COMPONENTANIMATOR_H_INCLUDED 95 void animateComponent (
Component* component,
98 int animationDurationMilliseconds,
99 bool useProxyComponent,
108 void fadeOut (
Component* component,
int millisecondsToTake);
113 void fadeIn (
Component* component,
int millisecondsToTake);
121 void cancelAnimation (
Component* component,
122 bool moveComponentToItsFinalPosition);
130 void cancelAllAnimations (
bool moveComponentsToTheirFinalPositions);
161 #endif // JUCE_COMPONENTANIMATOR_H_INCLUDED #define noexcept
Definition: juce_CompilerSupport.h:141
virtual void timerCallback()=0
Definition: juce_ChangeBroadcaster.h:35
#define JUCE_API
Definition: juce_StandardHeader.h:139
Definition: juce_ComponentAnimator.h:50
Definition: juce_Rectangle.h:36
Definition: juce_ComponentAnimator.cpp:25
unsigned int uint32
Definition: juce_MathsFunctions.h:51
Definition: juce_Component.h:33
Definition: juce_OwnedArray.h:55
Definition: juce_Timer.h:52