Browse Source

Merge pull request #3 from 0xflotus/patch-1

fixed small error
pull/15/head
Jongmin Kim 5 years ago committed by GitHub
parent
commit
cec4733ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -95,7 +95,7 @@ For the drawing animation, include TweenMax (JS animation library) in your html. @@ -95,7 +95,7 @@ For the drawing animation, include TweenMax (JS animation library) in your html.
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>
```
And update all the drawing valuse from 0 to 1
And update all the drawing values from 0 to 1
```javascript
let i, total = leon.drawing.length;
for (i = 0; i < total; i++) {

Loading…
Cancel
Save