I have a custom region for my main application that allows me to do page transitions. This works for one style of transition, but how would I go about creating different transitions for this region.
Can we set multiple regionTypes on the same region, or would I have to pass the transition type to my modified Marionette region show function and go from there. Any help would be appreciated, thanks.
App.addRegions {
main: {
selector: "#page",
regionType: Fold
}
}