Skip to content

Commit

Permalink
📝 Improve package meta
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Feb 21, 2018
1 parent 7dd4704 commit 4fdbd4d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![Greenkeeper badge](https://badges.greenkeeper.io/Festify/dom-flip.svg)](https://greenkeeper.io/)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/Festify/dom-flip)

🔀 Smooth list animation for web components.
🔀 Smooth position animation for web components.

This element is an implementation of the [FLIP-technique](https://aerotwist.com/blog/flip-your-animations/) for arbitrary elements. Simply place it around the elements you indend to move and they will smoothly slide over the screen when moved.
This element is an implementation of the [FLIP-technique](https://aerotwist.com/blog/flip-your-animations/) for arbitrary elements. Simply place it around the elements you indend to reorder and they will smoothly slide over the screen when moved.

## Installation
This element lives on npm. Install with `yarn add dom-flip` or `npm install --save dom-flip`.
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"name": "dom-flip",
"version": "0.2.2",
"description": "FLIP move for web components",
"version": "0.2.3",
"description": "Smooth position animation for web components",
"main": "dist/dom-flip.js",
"repository": "https://github.com/Festify/dom-flip.git",
"bugs": "https://github.com/Festify/dom-flip/issues",
"author": "Moritz Gunz <[email protected]>",
"keywords": [
"animation",
"FLIP",
"move",
"magic-move",
"web components"
],
"license": "MIT",
"private": false,
"scripts": {
Expand Down

0 comments on commit 4fdbd4d

Please sign in to comment.