Added easings

This commit is contained in:
booploops 2021-11-25 09:59:19 -08:00
parent 8bb6d81802
commit 8d1fdb2fc0
3 changed files with 23 additions and 1 deletions

View file

@ -2,5 +2,8 @@ var app = new Vue({
el: "#app",
data: {
drawertest: false
},
methods: {
}
})