Skip to content

ImCitizen13/quattro4maggi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quattro4maggi

A collection of React Native animation experiments built with Skia and Reanimated.

🌐 quattro4maggi.com · 𝕏 @m090009


Demos

Demo Preview Description
Scale Flip Card scale-flip-card Animated card with 3D flip and portal expansion
Text Flyin text-flyin Kinetic text animation with staggered character fly-in

Quick Start

# Clone
git clone https://github.com/m090009/quattro4maggi.git
cd quattro4maggi

# Install
bun install

# Run
bun run start

Tech Stack


Structure

src/
├── app/                    # Expo Router routes
│   ├── index.tsx           # Home gallery
│   ├── bouncy-scale-ball/  # Bouncy ball with scale animation
│   ├── final-ripple/       # Polished ripple effect
│   ├── ripple-shader/      # Custom Skia ripple shader
│   ├── scale-flip-card/    # 3D flip card with portal
│   ├── shader-wrapper/     # Reusable shader wrapper
│   ├── shared-element/     # Shared element transitions
│   └── text-flyin/         # Kinetic text animation
├── components/             # Demo-specific components
│   └── [demo-name]/
├── hooks/
└── lib/
    ├── animations/         # Animation constants
    └── shaders/            # Skia shader definitions

License

MIT – feel free to use in your projects. A ⭐ or mention is appreciated!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published