How do I create an animated menu with anchors?
For every UI element I put its anchors around him so its will
keep on his proportions for every screen
but how do I make it with animation?
because after I move an UI anchors the transform component changes
from position x etc to bottom,left etc
Typically just add on differences. So when you start your animation, figure out its current position and ensure you return to that position when your done.
You can also perform animations on the transform.anchoredPosition directly.
If your not sure its worth grabbing some off the shelf tools from the asset store like Dotween or Simple Transitions (ONe i made an use in all my projects)