Author Topic: Selection wheels lag when using themes with videos  (Read 10121 times)

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Selection wheels lag when using themes with videos
« Reply #15 on: April 26, 2017, 03:26:30 PM »
And how should I go about doing this? I'm still not used to editing the layout.xml files   :P

Since RetroFE waits until all onHighlightExit animations are complete, just add something like this
-----
            <set duration=".25">
                <animate type="nop"/>
            </set>
-----
to any onHighlightExit animation. Change the duration to fit your preferences.