diff options
Diffstat (limited to 'src/animation/Controller.js')
-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 6cf58cd..35fa1ae 100644 --- a/src/animation/Controller.js +++ b/src/animation/Controller.js @@ -16,7 +16,7 @@ function makeSetterGetter (k, f) { } } -export let easing = { +export const easing = { '-': function (pos) { return pos }, |