vue-virtual-scroller
vue-virtual-scroller copied to clipboard
Using will-change in live demo/dynamic example
In this example when I pull the scrollbar down it becomes so slower (It says repaints on scroll
when I enable Scrolling performance issues
setting in dev tools). Adding will-change: transform
to the parent element (.vue-recycle-scrollbar
) manually solves the problem for me.
Thank you soooo much. The transform
css really saved my day! Apple dev doc also uses this scroller and the repaints happens in EVERY scroll event. Repainting even happens on his own demo site. The developer should really look into it and add it to its css recommendation.
Thank you soooo much. The
transform
css really saved my day! Apple dev doc also uses this scroller and the repaints happens in EVERY scroll event. Repainting even happens on his own demo site. The developer should really look into it and add it to its css recommendation.
I am glad it helped! Could you please share with me the relevant apple dev doc page? I am just curious about it.
Try developer.apple.com/documentation/imagecapturecore/iccamerafile/3131473-timelapse