-6

I am working on Roku app using Scene Graph component. I want to remove delay(which occurs with fading) between splash screen and home screen. Means after splash screen I want to show home screen wihout fading animation.

Please help...

Thanks

Nas Banov
  • 28,347
  • 6
  • 48
  • 67
Vijay Kumar
  • 141
  • 1
  • 13
  • 1
    Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it – DKV Aug 01 '16 at 05:46

2 Answers2

2

After you've made an entry in the Manifest file of "splash_min_time=0" also do an entry of "splash_rsg_optimization=1". This is available on/after Roku OS v7.6. Removes Flicker/Fading as well.

  • Thanks :) Set this attribute to remove the black screen flash in SceneGraph channels. This is only applicable for SceneGraph channels and only if the first screen is a SceneGraph component – Vijay Kumar Aug 31 '17 at 05:31
1

How long is that delay you are unhappy about?

Have you tried manifesting splash_min_time=0? You might be surprised but the default is 1600 (ms)...

Nas Banov
  • 28,347
  • 6
  • 48
  • 67