-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi!
Thanks for the awesome menu! I am using ST 2.2.1 and had to make a couple of changes, both in controller/MainContainer.js
- line 55:
var velocity = Math.abs(e.deltaX / (e.timeStamp - e.startTime)),
Apparently e.deltaTime no longer exists.
- line 70:
this.moveContainer(offset.x,100);
If you don't add a duration to the animation, the animation doesn't occur and the animation listeners (ln. 161) don't fire.
I forked/branched this project with my changes here.
If you want me to pull request, say so.
Again, thanks!
Tiago
Metadata
Metadata
Assignees
Labels
No labels