Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.41 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.41 KB

Framer Motion and Egghead

Framer Motion Egghead Examples

This repository includes examples for using Framer Motion with accompanying videos on Egghead.

Examples

Several examples are included, among them:

Simple Position animation

01

Keyframe animation

02

Gestures (hover/tap) animation

03

Loading animation

04

Varying state animations

05

Children animations with variants

06

Running locally

Clone the repository:

git clone https://github.com/gillkyle/egghead-framer-motion

Navigate to the root:

cd egghead-framer-motion

Install dependencies:

yarn

Run:

yarn start