I have moved the post into a new topic as it might get lost as an update in the old thread…
@jeremyruston: Did you ever implement this? Scrolling still feels a little choppy.
Also, if I change the tiddler the widget is bound to without recreating the widget (by closing and reopening its containing tiddler), the scrolling coordinates are not written into the new bound tiddler, e.g.
<$scrollable class='tc-scrollable-demo' bind={{{ [<now 0ss>addprefix[$:/temp/scroll/]] }}}>
<$list filter='[tag[Reference]]'>
<$view field='title'/>: <$list filter='[all[current]links[]sort[title]]' storyview='pop'>
<$link><$view field='title'/></$link>
</$list>
</$list>
</$scrollable>
This should write into a different bound tiddler for every second the clock shows when scrolling occurs (this is just for demonstration). But it always writes to the tiddler the widget was bound to when it was created.
Have a nice day
Yaisog