Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoko committed Apr 24, 2020
1 parent 7e0d52a commit 63c3bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ This was inspired by [Jonsuh](https://github.com/jonsuh)'s great [hamburgers](ht
### Why Delicious Hamburgers?

- Performant: doesn't use position attributes like `top` to animate, but only CSS transforms which are often hardware accelerated, for the most buttery animations possible.
- Simple: same markup for all animations, same implementation (just add class `active` the element).
- Simple: same markup for all animations, same implementation (just add class `active` to the element).
- Lightweight: Less than `~1kb` minified and gzipped if you import one animation.
- No Javascript and no CSS `@keyframes` which can sometimes block animations in weird ways. Bash away!
- Customisable: loads of variables to customise which work for all animations.
- Customisable: loads of variables available for customisation which work for all animations.

## Usage

Expand Down Expand Up @@ -71,7 +71,7 @@ Get your delicious hamburgers served up by your favourite package manager.

2. Add the HTML markup like above.

## Animations [browse](https://github.com/kapoko/delicious-hamburgers/burger/criss-cross/)
## Animations ([browse](https://kapoko.github.io/delicious-hamburgers/burger/criss-cross/))

Here's a list of the animations you can choose from. Just switch out the class on the `button` element, and you're done!

Expand Down

0 comments on commit 63c3bcb

Please sign in to comment.