0

I am using the Roku Scene Graph XML to create my screen. I currently have an overhang on the top of my screen that I would like to slide out after 5 seconds of not being focused on it. The Roku Docs make it seem like this is possible, but don't give a way to do it. Anyone know how I can do this?

Thanks

Milap
  • 147
  • 1
  • 6
  • 15

1 Answers1

1

You might find useful this tutorial about how animation works in Roku Scene Graph.

Eugene Smoliy
  • 934
  • 4
  • 9
  • Good idea, I'll check this out – Milap Sep 02 '16 at 14:02
  • It seems like this action isn't built in and it makes the on event key handling not smooth at all. Just a heads up for anyone trying the same thing. – Milap Sep 02 '16 at 17:32