its-kunal / parallaz

Basic Parallax effect using react, react-spring.

Home Page:https://its-kunal.github.io/parallaz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallaz

Example of Parallax Effect using npm libraries like React, React-spring.

About Code

This code snippet is a React component written in TypeScript. It exports a default function named App that returns JSX markup. The component uses the Parallax component from a library to create a parallax scrolling effect. The JSX markup includes several ParallaxLayer components, which are nested inside the Parallax component. Each ParallaxLayer has different properties such as offset, speed, and factor to control its position and behavior within the parallax effect. The markup also includes img and div elements with various classNames and styles to display images and text.

Attribution

  • Freepik (for the graphics)
  • Chat GPT (for the poem)

Demo

parallaz_converter.mp4

About

Basic Parallax effect using react, react-spring.

https://its-kunal.github.io/parallaz/


Languages

Language:JavaScript 42.3%Language:TypeScript 23.2%Language:HTML 20.3%Language:CSS 14.2%