Elevate the design of your website by creating a scroll-activated sliding image gallery effect on your site through JavaScript. Learn how to create a throttle utility function to limit the number of calls the effect makes.
JavaScript used in this video: https://gist.github.com/Spellhammer/8e49e656e0b9454092836a61c9261bb5.
Note: You will need to update the element IDs or switch to using classes in the linked JavaScript for this to work on your site.
You can learn more about some of the JavaScript settings used for the throttle utility function through the following MDN entries: