Interface SidebarAnimation<T>
- Type Parameters:
T- frame type
- All Known Subinterfaces:
FramedSidebarAnimation<T>
- All Known Implementing Classes:
CollectionSidebarAnimation
public interface SidebarAnimation<T>
An animation that can be used with
ComponentSidebarLayouts-
Method Summary
Modifier and TypeMethodDescriptionvoidAdvances to the next frame of the animation
-
Method Details
-
currentFrame
- Returns:
- the current frame of the animation
-
nextFrame
void nextFrame()Advances to the next frame of the animation
-