I have this problem I have an Control I want to animate by using Composition API offset extension method to animate movement by the distance of its width to the right. So far so good.
But I also want all of it that slides out of its original boundary to be clipped. So it essentially slides right and disappears. How do I accomplish this? I have a vague notion I might need to use InsetClip but I'm not sure how to combine it with the animation...