Scrolling Letters Animation

Original Source: http://feedproxy.google.com/~r/tympanus/~3/zK3B99lm0vE/

Recently we’ve stumbled upon a really nice effect on Akademi’s website: the main title of the page moves along as one scrolls down and changes depending on the section that is currently in the viewport. We thought this would be an awesome effect to recreate and play with different animations for the text as it changes. For detecting when a certain section is entered, we use the Intersection Observer API. Note that the API is currently not supported in Safari.

ScrollingLettersAnimation_Featured

The animations are powered by anime anime.js. We also use imagesLoaded for preloading the images and Charming.js for the handling the letter structure of the titles.

The demo is kindly sponsored by monday.com: The visual project management tool built for designers.
If you would like to sponsor one of our demos, find out more here.

Attention: Highly experimental demo with modern CSS properties in use. The Intersection Observer API is currently not supported in Safari.

For the demos, we’ve created a layout that starts with some intro text and another text element that will scroll along. Once that element reaches the next section, it will switch to a new title.

In the first demo shuffles the letters in a sequencial way and the second one shows some random characters.

ScrollingLettersAnimation_01

ScrollingLettersAnimation_02

ScrollingLettersAnimation_03

ScrollingLettersAnimation_04

We hope you enjoy the demos and find them inspirational.


References and Credits

Hand-drawn skull set by Freepik
Images made from the “Flight” Collection copyright by RuleByArt
Images by Unsplash.com
anime.js by Julian Garnier
imagesLoaded by Dave DeSandro
Charming.js by Yuan Qing

Scrolling Letters Animation was written by Mary Lou and published on Codrops.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *