I have this message : ReferenceError : Transitioner is not defined. I use this code in the router.js file : Transitioner.default({ in : "transition.slideRightBigIn", out: "transition.slideLeftBigOut" });
I have this message :
ReferenceError : Transitioner is not defined.
I use this code in the router.js file :
Transitioner.default({
in : "transition.slideRightBigIn",
out: "transition.slideLeftBigOut"
});