Add pointer events to songsel and results

This commit is contained in:
LoveEevee
2018-10-01 14:48:25 +03:00
parent ab1835aa48
commit 59bce4d6ed
3 changed files with 30 additions and 3 deletions

View File

@@ -200,6 +200,9 @@
}
return (1 - Math.cos(Math.PI * pos * 2)) / 2
}
easeIn(pos){
return 1 - Math.cos(Math.PI / 2 * pos)
}
verticalText(config){
var ctx = config.ctx