Animation for a constantly filling Circle

Hello guys! I need to create animation that will fill circle from 0 to end during 10 seconds. Here is example of what I want in css

Hi, Here are few samples that i have created you can create similar one for yourself.
Example 1

Example 2

Example 3

1 Like

You’re looking for arc @Yehor , unfortunately there are no animations built for it since its not a built in shader.
@anandpatel4 shows great examples how to work with prebuilt shaders, but in this case you’ll have to use a custom texture (ie getCanvasTexture) that is then updated by redrawing an arc at the interval (percentage) you wish it to change at.

[ex](https://youtu.be/boAlYi7A6UY)

Hey @drewdub Do you have the sample repo/link for the code which you can share?