Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with transitioner with bootstrap or hammer packages? #7

Open
elsherbini opened this issue Mar 22, 2015 · 1 comment
Open

issue with transitioner with bootstrap or hammer packages? #7

elsherbini opened this issue Mar 22, 2015 · 1 comment

Comments

@elsherbini
Copy link

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.

out

@ccorcos
Copy link
Owner

ccorcos commented Mar 23, 2015

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).

https://gist.github.com/elsherbini/cbb2a42fc2d3c0f6e5b7

Here is the behavior I am seeing. It seems like no animation is being triggered.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants