Roku Developer Program

Developers and content creators—a complete solution for growing an audience directly.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DadOfTwo
Level 7

Circular countdown animation in SceneGraph?

Hi all

I've done some searching of the forum and haven't found a solution to this.

Does SceneGraph support this type of circular countdown animation?

https://codepen.io/zebateira/pen/VvqJwm

The rotation is easy enough with the FloatFieldInterpolator node. The issue is you can't apply a mask (to hide the part of the circle image at the top of the rotation) that is supported on all devices. From the docs: "MaskGroup nodes do not work on all Roku players (specifically, MaskGroup nodes only work on players that support OpenGL)."
https://sdkdocs.roku.com/display/sdkdoc/MaskGroup

Or is there another way to achieve this animation?


Thanks
0 Kudos
1 REPLY 1
DadOfTwo
Level 7

Re: Circular countdown animation in SceneGraph?

The Hulu Roku app currently achieves this as part of their countdown during advertising.

They're doing it using 4 segments,
0 Kudos