vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

Using will-change in live demo/dynamic example

Open umutbozdag opened this issue 4 years ago • 3 comments

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.

umutbozdag avatar Oct 03 '20 11:10 umutbozdag

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.

baldandbrave avatar Nov 09 '23 13:11 baldandbrave

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.

umutbozdag avatar Nov 10 '23 16:11 umutbozdag

Try developer.apple.com/documentation/imagecapturecore/iccamerafile/3131473-timelapse

baldandbrave avatar Nov 13 '23 07:11 baldandbrave