Skip to content

Commit

Permalink
added comparison pictures between Flubber and Polymorph
Browse files Browse the repository at this point in the history
  • Loading branch information
notoriousb1t committed Oct 31, 2017
1 parent 610d45e commit 7f3d149
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
@@ -1,6 +1,7 @@
node_modules
src
tests
assets
.alm
.vscode
.editorconfig
Expand Down
20 changes: 19 additions & 1 deletion README.md
Expand Up @@ -15,10 +15,28 @@
- Super tiny, about 5k minified
- Free for commercial and non-commerical use under the MIT license

<table>
<tbody>
<tr>
<td style="text-align: center;"><h3>Flubber (53kb)</h3></td>
<td style="text-align: center;"><h3>Polymorph (5kb)</h3></td>
</tr>
<tr>
<td>
<img style="max-height: 320px" src="./assets/flubber-evolve.gif" />
</td>
<td>
<img style="max-height: 320px" src="./assets/polymorph-evolve.gif" />
</td>
</tr>
</tbody>
</table>


## How to Use

### interpolate(paths, options)
Returns a function that interpolates between two or more paths.
Returns a function that interpolates between two or more paths.

```js
// create function to interpolate between the two paths
Expand Down
Binary file added assets/flubber-evolve.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/polymorph-evolve.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f3d149

Please sign in to comment.