#✅ | Make menu items move to a different part of the screen after a few seconds

1 messages · Page 1 of 1 (latest)

small timberBOT
#

Yes, it’s possible 🙂
For that, you’d use an Element Animator to move the logo after a delay.

Simple idea

  1. Add the Minecraft logo as an element in your layout.
  2. Add an Element Animator.
  3. Create keyframes for:
    • the logo’s starting position
    • the logo’s new position
  4. Let the animation start after some time.

Important note

The Element Animator controls position, size, and anchor point only.
It does not animate opacity or visibility.

How to do the delay

FancyMenu doesn’t have a simple “wait X seconds” action.
The usual way is to use a Ticker with a variable:

  • Create a variable like timer
  • Let a Ticker increase it every tick
  • After the timer reaches your desired value, use an IF condition to trigger the change

For your case

If you want the logo to move after a few seconds, you can:

  • animate it with the Element Animator
  • and use a Ticker + variable to decide when the new position should be shown

If you want, I can give you a step-by-step setup for the title screen logo specifically.

opaque peak
#

how do i use the element animator to create key frames.

small timberBOT
# opaque peak how do i use the element animator to create key frames.

Sure! 😊

Creating keyframes with the Element Animator

  1. Add an Element Animator

    • In the layout editor, right-click the background
    • Go to New Element → Element Animator
  2. Open the keyframe editor

    • Right-click the Animator
    • Choose Edit Keyframes / Manage Keyframes
  3. Start recording

    • Press R to start recording
  4. Move or resize the preview box

    • While recording, move/resize the preview to the position you want for the current moment
  5. Add a keyframe

    • Press K to save the current state as a keyframe
  6. Repeat

    • Move the preview to another position/size
    • Press K again to add more keyframes

Useful shortcuts

  • R = start/stop recording
  • T = pause/resume recording
  • P = play/pause preview
  • K = add keyframe
  • Delete = remove selected keyframes
  • Ctrl + A = select all keyframes

After that

  • Right-click the Animator → Manage Targets
  • Add the element you want to animate, like the logo

If you want, I can also explain how to make the logo wait a few seconds before moving.

#

✅ | Make menu items move to a different part of the screen after a few seconds

#
Thread Marked as Solved

This support thread has been marked as solved by @opaque peak.

The AI helper is now disabled, but you can still continue the conversation if needed. Thank you for using our support system!