feat: support for independent transition tags and cleanup wip

This commit is contained in:
Nathan Walker
2023-03-20 23:44:07 -07:00
parent c2324a6293
commit 8b79a40ca9
4 changed files with 238 additions and 93 deletions

View File

@@ -38,11 +38,11 @@ export class TransitionsModel extends Observable {
finishThreshold: 0.5,
},
},
toPageStart: {
pageStart: {
y: 200,
// duration: 400,
},
fromPageEnd: {
pageReturn: {
y: 100,
// duration: 500,
},