update todo

This commit is contained in:
Quentin Hocdé
2018-02-01 10:07:52 -05:00
parent 75817d77f4
commit 8b77d8ae40
2 changed files with 11 additions and 1 deletions

View File

@@ -11,10 +11,14 @@ const EVENT_NAMESPACE = `${APP_NAME}.${MODULE_NAME}`;
/* /*
@todo : @todo :
- get data-transition on clicked link -> launch() and add switch(){} - get data-transition on clicked link -> launch() and add switch(){}
- add goto listener - add goto listener
- add newPageReady functon with google analytics send - add newPageReady functon with google analytics send
- add overrideClass system for all transitions
- add base class manager like old DefaultTransition (dom-is-loaded, dom-is-loading etc..)
*/ */
@@ -59,6 +63,7 @@ export default class {
//by default, but need to be manage by data-transiton on currentTarget //by default, but need to be manage by data-transiton on currentTarget
this.transition = new DefaultTransition(this.wrapper); this.transition = new DefaultTransition(this.wrapper);
this.transition.launch(); this.transition.launch();
} }

File diff suppressed because one or more lines are too long