Forum Discussion

edwardaux's avatar
edwardaux
Visitor
8 years ago

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

1 Reply

  • 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.