In your 'getting started' document:
Transitioner.transition({
fromRoute: 'fromRouteName',
toRoute: 'toRouteName',
velocityAnimation: {
in: animation,
out: animation
}
})
You say there are three options for animation, the second being: "passing an array of velocity arguments".
I can't get this to work. Could you show a specific example (specific syntax) for this? - for example, adjusting the duration of the transition.
Thanks much.
In your 'getting started' document:
Transitioner.transition({
fromRoute: 'fromRouteName',
toRoute: 'toRouteName',
velocityAnimation: {
in: animation,
out: animation
}
})
You say there are three options for animation, the second being: "passing an array of velocity arguments".
I can't get this to work. Could you show a specific example (specific syntax) for this? - for example, adjusting the duration of the transition.
Thanks much.