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": {