12Aug

What is scrollytelling? A guide to interactive editorial stories

“Scrollytelling” might sound like a buzzword but in the world of editorial features and branded content, it’s one of the most powerful formats available. As a freelance developer, I’ve worked with teams, and creative content studios to build scroll-driven experiences that elevate digital storytelling.

25Oct

Check if we have a real user click or a code trigger click – jQuery

Sometimes you want an action to happen only when the user clicks. For instance, I had a rollover effect going trigger the same action as a click on filter button. However, if the button is clicked I wanted to avoid rollover to change the selected filter to keep the selected filter active. So if the […]