Change css values while scrolling

Hey there,

I hired a developer to add a certain effect to my images. I got this shadow behind my images and now the shadow should change its x and y offset values during scrolling. so over the course of scrolling down the shadow offset would gradually shift from 14px to -14. Basically a recalculation of the shadow style based on the scroll position. I prepared a video of how this should look like, but I got problems to describe to him what I need. Can you tell me how this is called or have an example page that uses a similar function?
thanks for your help!

regards
Denis

Hey Denis,

Thank you for reaching out to us. That’s probably called moving box shadow on scroll. Here’s the similar example that you can refer to https://codepen.io/jimmylorunning/pen/emEwWr

To learn more about box shadow property please see https://www.w3schools.com/cssref/css3_pr_box-shadow.asp

Hope this helps!

Thank you, I think this should do it :slight_smile:

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.