Hello, could anyone help me with making the scaling the projects on scrolling, just like the effect from the home page like on this website?[(https://iamrossmason.com/)] I’ve managed to work out the some elements for the mobile & desktop layout but can’t figure the scale effect while scrolling? Please help…
Hey!! Have you figure it out? I’m also looking into this for a very long time. And how did you create the loop affect?
well your example website isn´t made in RM. But you could implement this kind of carousel with custom code. YOu could have a look at codepen for examples you can adopt and implement. But this needs some knowledge of js/css.
You could also try to rebouild it with RM tools, but it will not look the same.
the direction would be:
create the gallery of pictures, fix them and then add a scroll animation with several steps on each picture to move to the left on scroll with a step to scale up before hitting the middle and another one to scale down after leaving the middle before moveing again to the left.
You will not be able to have this “snapping” look, but its might be a similar feeling.