Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
edwardaux
Visitor

Disabling animation for MarkupList

I've implemented a MarkupList component that works perfectly. At the moment, the focus ring animates as the user moves between each item, but I'd like to make it so that it jumps immediately. I've scoured through the doc and can't see anything that lets me turn it off. 

Do I need to manually take over focus handling and invoke jumpToItem explicitly? Any thoughts would be most welcome. Thanks.

Craig
0 Kudos
1 REPLY 1
joetesta
Roku Guru

Re: Disabling animation for MarkupList

yes, you can make a custom component that extends MarkupList and has its own keyhandler that intercepts the key events to do what you want.
aspiring
0 Kudos