summaryrefslogtreecommitdiffstats
path: root/src/animation
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-17 10:42:19 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-17 10:42:19 +0100
commit079f6f0ac37cb6d62501e8c397cc9850936f26e6 (patch)
treecfdac1e222180436b1e8bcf245c3fbb2140224a8 /src/animation
parentbf6e2aeb13f9a4bee2be1f8f7a70ca1a73215245 (diff)
downloadsvg.js-079f6f0ac37cb6d62501e8c397cc9850936f26e6.tar.gz
svg.js-079f6f0ac37cb6d62501e8c397cc9850936f26e6.zip
cleanup a few files
Diffstat (limited to 'src/animation')
-rw-r--r--src/animation/Controller.js2
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]