UI Movement
how would i make UI attached to the screen move in a given direction /. animate
when one of the options is selected in the attached photo i wanted the text to drop down to give a description of the selected element
e.g
unselected
10mm
missile
ect
selected (10mm)
10mm
small gun used for taking down small targets
missile
-
You can use keyframes to move UI elements: when an option is selected, activate a keyframe to move all the ui elements and change their opacity where you want.
This should do the trick.
Please sign in to leave a comment.