Skip to content

Instantly share code, notes, and snippets.

@itumeles1
itumeles1 / blend-mode-sticky-nav-hero.markdown
Created July 4, 2023 08:51
Blend-Mode Sticky Nav & Hero
@itumeles1
itumeles1 / blend-mode-sticky-nav-hero.markdown
Created July 4, 2023 06:13
Blend-Mode Sticky Nav & Hero
@itumeles1
itumeles1 / anime-js-scrollmagic-scroll-based-animations.markdown
Created July 16, 2021 00:33
Anime.js + ScrollMagic Scroll Based Animations

Anime.js + ScrollMagic Scroll Based Animations

A example of using ScrollMagic to trigger Anime.js animations. Some of the animations are set to play when triggered and some are set to progress as the user scrolls the page.

A Pen by itumeles1 on CodePen.

License.

@itumeles1
itumeles1 / index.html
Created July 16, 2021 00:23
Parallax Photo Carousel
<div class="stage">
<div class="container">
<div class="ring">
<div class="img"></div>
<div class="img"></div>
<div class="img"></div>
<div class="img"></div>
<div class="img"></div>