Mentioned issues (1)
Links (3)
“ ni dessucsid saw sa ,revewoHhttps://docs.google.com/document/d/1StJcbbIALEfyTddogznrMXmz3a21xUMhPYwWi08fXWI/edit and previous documents we still need to finalize what animation spec do we use on tv. Using tween() specs for bring into view animations is not entirely correct as specs with final duration can only be used when we know the final animation delta in advance, while the nature of bring into view mechanism is different: we scroll in the needed direction without knowing the final delta and are always ready to adapt to the new reported delta (for example when more items are composed by lazy layouts in between of the currently visible items and the requested target item). Because of that in the non tv implementation we were using `spring` based animation specs, which are better suited for animations with dynamic targets. ”