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 Type
    Method
    Description
     
    void
    Advances to the next frame of the animation
  • Method Details

    • currentFrame

      @NotNull T currentFrame()
      Returns:
      the current frame of the animation
    • nextFrame

      void nextFrame()
      Advances to the next frame of the animation