Skip to content

idaspin/react-motion-trail-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion Trail Animation Component for React

Prepare a background, a list of images and place it under page content.

Motion Trail Animations

export default function Banners() {

    const [ width, height ] = [ 267, 150 ];

    const images = [
        "/images/banners/1.jpg",
        "/images/banners/2.jpg",
        "/images/banners/3.jpg",
        "/images/banners/4.jpg",
        "/images/banners/5.jpg",
        "/images/banners/6.jpg",
        "/images/banners/7.jpg",
        "/images/banners/8.jpg",
        "/images/banners/9.jpg"
    ];

    // ...
}

Developed for private use. I wanted to get rid of unnecessary code (gsap, etc.) Inspired by Manoela Ilic in Playground on October 18, 2023

Ideas for Image Motion Trail Animations

About

A library to make animations where images are shown along the path of the user motion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published