Skip to content

Tag: animation

Scroll and let content stick while animating

I’m wondering how to achieve the following scroll animation, Where the STRATEGY and CREATIVE copy dock to the top and then animate while the user scroll, and when the animation is done, the page continue to scroll. Please see page example here: https://www.mrsandmr.com/ What is this called in theory. Th…

Hamburger icon css animation into an x

Im trying to make a hamburger icon turn into an x on click and then revert when clicking again. Ive got the animation set up i think but i need it to trigger on click rather than be constantley set. The ToggleNavLinks function is only used set an elements display to none unrelated to the hamburger icon. Menu …

Animating multiple circles in a canvas

I’m trying to make an animation inside a canvas: here, a numbered circle must be drawn and move from left to right one single time, disappearing as soon as it reaches the end of animation. For now I managed to animate it in loop, but I need to animate at the same time (or with a set delay) multiple numb…