Class GuiAnimations

java.lang.Object
com.render.api.gui.GuiAnimations

public final class GuiAnimations extends Object
Small library of reusable keyframe presets.
  • Method Details

    • fade

      public static GuiKeyframes fade(float fromOpacity, float toOpacity, double durationSeconds)
    • slideX

      public static GuiKeyframes slideX(float fromX, float toX, double durationSeconds)
    • slideY

      public static GuiKeyframes slideY(float fromY, float toY, double durationSeconds)
    • scalePop

      public static GuiKeyframes scalePop(float fromWidth, float fromHeight, float toWidth, float toHeight, double durationSeconds)
    • pulse

      public static GuiKeyframes pulse(float minOpacity, float maxOpacity, double durationSeconds)
    • breathe

      public static GuiKeyframes breathe(float minOpacity, float maxOpacity, double durationSeconds)
    • shimmer

      public static GuiKeyframes shimmer(float startAngle, float endAngle, RenderColor startColor, RenderColor endColor, double durationSeconds)
    • shimmer

      @Deprecated(forRemoval=false) public static GuiKeyframes shimmer(float startAngle, float endAngle, int startArgb, int endArgb, double durationSeconds)