csantanapr / dapp-examples

Series of Single Page Apps using the dApp Framework
http://csantanapr.github.io/dapp-examples
Other
5 stars 4 forks source link

Can't overwrite the transition type from event when defined on on config.json #10

Closed csantanapr closed 11 years ago

csantanapr commented 11 years ago

I want all transitions to be slide, but if an event is fired with a specific one specified in opts it should respect it.

csantanapr commented 11 years ago

fix by using defaultTransition on top config.json instead of transition