From 210bec722c2e7570961dde5eb0737bbcbad80b3f Mon Sep 17 00:00:00 2001 From: Christine Cha Date: Sun, 25 Sep 2016 19:40:38 -0400 Subject: [PATCH] Added more examples. --- .npmignore | 3 ++- examples/one.html | 21 ++++++++++++++--- examples/three.html | 52 ++++++++++++++++++++++++++++++++++++++++++ examples/two.html | 55 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 5 files changed, 128 insertions(+), 5 deletions(-) create mode 100644 examples/three.html create mode 100644 examples/two.html diff --git a/.npmignore b/.npmignore index 61cf1ef..dcb8523 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ /examples/ /src/ +/assets/ +webpack.config.js index.html index.js index.css -webpack.config.js diff --git a/examples/one.html b/examples/one.html index cf62232..65929fb 100644 --- a/examples/one.html +++ b/examples/one.html @@ -2,11 +2,26 @@ - + Choreographer-JS | Example One + - +

Animating based on scroll location.

- + + + + diff --git a/examples/two.html b/examples/two.html new file mode 100644 index 0000000..83b3e0a --- /dev/null +++ b/examples/two.html @@ -0,0 +1,55 @@ + + + + + Choreographer-JS | Example Two + + + + + +

Animating based on mouse movement.

+
+ + + + + diff --git a/package.json b/package.json index 8c204e1..e0a2f07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "choreographer-js", - "version": "1.0.3", + "version": "1.0.4", "description": "A simple library to take care of complicated animations.", "main": "dist/index.js", "scripts": {