Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 487 Bytes

File metadata and controls

14 lines (10 loc) · 487 Bytes

Minimal project to show godot issue on an animation on a panel container inside a center container.

Godot: 3.4.1

Remarks Animation:

  • 0s: the panel is visible=false and position outside of the viewport
  • 0.5s: the panel is visible=true
    • flicker here for a frame
  • 1s: position of panel is still the same outside of the viewport
  • 2s: the panel ends in its final position

Screen:

godot-issue.mp4