mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-10-31 23:53:00 +00:00
Lots of tweaks to list view animations
There's a regression in that navigation animations are currently not working
This commit is contained in:
@@ -30,8 +30,7 @@ Scroller.prototype.cancel = function() {
|
||||
};
|
||||
|
||||
/*
|
||||
Smoothly scroll an element back into view if needed
|
||||
element: element or clientrect object
|
||||
Smoothly scroll an element into view if needed
|
||||
*/
|
||||
Scroller.prototype.scrollIntoView = function(element) {
|
||||
var elementBounds = element instanceof HTMLElement ? $tw.utils.getBoundingPageRect(element) : element,
|
||||
|
||||
Reference in New Issue
Block a user