Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Examples accompany egghead videos teaching how to use Framer Motion
https://github.com/gillkyle/egghead-framer-motion

Last synced: 16 days ago
JSON representation

Examples accompany egghead videos teaching how to use Framer Motion

Awesome Lists containing this project

README

        



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](https://raw.githubusercontent.com/gillkyle/images/master/egghead-framer-motion/01.gif)

### Keyframe animation

![02](https://raw.githubusercontent.com/gillkyle/images/master/egghead-framer-motion/02.gif)

### Gestures (hover/tap) animation

![03](https://raw.githubusercontent.com/gillkyle/images/master/egghead-framer-motion/03.gif)

### Loading animation

![04](https://raw.githubusercontent.com/gillkyle/images/master/egghead-framer-motion/04.gif)

### Varying state animations

![05](https://raw.githubusercontent.com/gillkyle/images/master/egghead-framer-motion/05.gif)

### Children animations with variants

![06](https://raw.githubusercontent.com/gillkyle/images/master/egghead-framer-motion/06.gif)

## 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
```