Browse Source

private methods is explicitly prefixed with _

Ievgen Naida 5 years ago
parent
commit
20ce1e5dd8
4 changed files with 590 additions and 563 deletions
  1. 301 277
      lib/animation-timeline.js
  2. 0 0
      lib/animation-timeline.min.js
  3. 1 1
      package.json
  4. 288 285
      src/timeline.ts

File diff suppressed because it is too large
+ 301 - 277
lib/animation-timeline.js


File diff suppressed because it is too large
+ 0 - 0
lib/animation-timeline.min.js


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "animation-timeline-js",
-  "version": "2.0.3",
+  "version": "2.0.4",
   "description": "animation timeline control based on the canvas.",
   "main": "lib/animation-timeline.min.js",
   "types": "src/index.ts",

File diff suppressed because it is too large
+ 288 - 285
src/timeline.ts


Some files were not shown because too many files changed in this diff