The Blazor AnimationContainer has Top, Left, Width and Height properties to customise where the container will appear.
I want to be able to slide in a container using the AnimationType="AnimationType.SlideLeft" so that it appears that the container has slid in from the right hand edge of the browser window.
I'm not sure if I can achieve this as I'm guessing I would need to set a Right property (which doesn't exist on the component) to zero?
I have attached an example of what I'm trying to achieve.