...forgot to remove k dependency
This commit is contained in:
parent
181ff66e89
commit
9fe06f7070
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
* @param {Object} config - The properties that defined how to style this animation.
|
||||
* @param {number} [loops] - How many times the tween has looped.
|
||||
*/
|
||||
export function KBTween(k) {
|
||||
export function KBTween() {
|
||||
const tweentypes = {
|
||||
NORMAL: 0,
|
||||
FOREVER: 2,
|
||||
|
|
Loading…
Reference in a new issue