jf-roku/components/Spinner.bs
2023-10-03 11:42:10 -04:00

7 lines
150 B
Plaintext

sub init()
m.top.poster.uri = "pkg:/images/spinner.png"
m.top.control = "start"
m.top.clockwise = true
m.top.spinInterval = 3
end sub