diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-17 10:42:19 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-17 10:42:19 +0100 |
commit | 079f6f0ac37cb6d62501e8c397cc9850936f26e6 (patch) | |
tree | cfdac1e222180436b1e8bcf245c3fbb2140224a8 /src/animation | |
parent | bf6e2aeb13f9a4bee2be1f8f7a70ca1a73215245 (diff) | |
download | svg.js-079f6f0ac37cb6d62501e8c397cc9850936f26e6.tar.gz svg.js-079f6f0ac37cb6d62501e8c397cc9850936f26e6.zip |
cleanup a few files
Diffstat (limited to 'src/animation')
-rw-r--r-- | src/animation/Controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/Controller.js b/src/animation/Controller.js index 537a075..cee7115 100644 --- a/src/animation/Controller.js +++ b/src/animation/Controller.js @@ -45,7 +45,7 @@ export let easing = { } } }, - // https://www.w3.org/TR/css-easing-1/#step-timing-function-algo + // see https://www.w3.org/TR/css-easing-1/#step-timing-function-algo steps: function (steps, stepPosition = 'end') { // deal with "jump-" prefix stepPosition = stepPosition.split('-').reverse()[0] |