Code:Menu Animation Effects – Add dynamic visual effects to buttons Three animation types supported: up-down – Vertical floating left-right – Horizontal floating rotate – Rotation Adjustable animation speed and amplitude name: "Your Button Text" x: 0 y: 0 z: 3 # ⬇ Floating animation config floating-animation: enabled: true # Enable animation (required) type: "up-down" # Animation type (required) speed: 1.5 # Animation speed, higher = faster (optional, default 1.0) amplitude: 0.3 # Animation amplitude, higher = more noticeable (optional, default 0.25)
![]()
