Creating a Image Fill Animation

I am trying to achieve a Image Fill Animation with a Imagelable.
The Problem is that when i use Clip Descendants, It clips the object to the actual Imagelable border but not the image inside the imagelable. I also tried to crop the Image, and that also didn’t work.
I am trying to achieve this animation below in the Video.

I hope you lot understand this and maybe help🙌

You have to use ui gradients, so set the image color to white and change the color from the ui gradient

The problem is, i do not want a smooth transition from black to white.

set two keypoints very close to each other, that will make a sharp transition

just have 1 keypoint at .499 (time) and another at .501 with each of them of the color you need, and use the offset of the uigradient

2 Likes

Works!:tada:
image image

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.