Changing element scale/position on scroll

I am trying to make a set of sticky icons shrink and move towards the center of the screen as the page is scrolled. Is there a way to do this with Velo?

You can try adding anchors to specific spot on the page and use viewportEnter and viewportLeave to run an animation (scaling, changing x,y position) when they trigger.
See:
https://www.wix.com/velo/reference/$w/viewportmixin/onviewportenter

https://www.wix.com/velo/reference/$w/viewportmixin/onviewportleave

https://www.wix.com/velo/reference/wix-animations

I will give this a try, brilliant stuff J.D. , thanks as always!!!