wikimedia / mediawiki-gadgets-RTRC

Mirror of https://gerrit.wikimedia.org/g/mediawiki/gadgets/RTRC.
https://meta.wikimedia.org/wiki/RTRC
MIT License
26 stars 11 forks source link

Automatically scroll up to the opened diff frame #44

Closed Krinkle closed 8 years ago

Krinkle commented 9 years ago

So that when opening a diff further down the list the user doesn't have to scroll up manually.

/cc @Mardetanha

ricordisamoa commented 9 years ago
$( document.body ).animate( {
    scrollTop: $diff.offset().top
}, 300 );