You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit I had not told IronRouter where the layout template was. I haven't gotten it to work exactly yet, but it is an issue with my code and not with the package as far as I can tell.
I am having issues getting the transitioner to do anything, and I can't track down any problem with my code. I have the same issue in the browser and on my android device. I am using the meteor-transitioner package with bootstrap, and I am listening for hammer event gestures then calling Router.go to change routes. Are either of these incompatible with the package?
I've attached all the relevant files in the gist (I made them extremely short and to the point so it should be possible to see what's going on).
I'm not at my computer right now but at first glance, it looks like it could be an issue with the translateZ property of your animations. Try setting them all to zero. Let me know if this helps and I'll look into this in more detail in a few days when I'm home.
Sent from my iPhone
On Mar 22, 2015, at 12:05, Joseph Elsherbini [email protected] wrote:
I am having issues getting the transitioner to do anything, and I can't track down any problem with my code. I have the same issue in the browser and on my android device. I am using the meteor-transitioner package with bootstrap, and I am listening for hammer event gestures then calling Router.go to change routes. Are either of these incompatible with the package?
I've attached all the relevant files in the gist (I made them extremely short and to the point so it should be possible to see what's going on).
Edit I had not told IronRouter where the layout template was. I haven't gotten it to work exactly yet, but it is an issue with my code and not with the package as far as I can tell.
I am having issues getting the transitioner to do anything, and I can't track down any problem with my code. I have the same issue in the browser and on my android device. I am using the meteor-transitioner package with bootstrap, and I am listening for hammer event gestures then calling Router.go to change routes. Are either of these incompatible with the package?
I've attached all the relevant files in the gist (I made them extremely short and to the point so it should be possible to see what's going on).
https://gist.github.com/elsherbini/cbb2a42fc2d3c0f6e5b7
Here is the behavior I am seeing. It seems like no animation is being triggered.
The text was updated successfully, but these errors were encountered: