ember.js-mobile-animations-gestures icon indicating copy to clipboard operation
ember.js-mobile-animations-gestures copied to clipboard

touch & animations

Open ppcano opened this issue 10 years ago • 2 comments

@blangslet, some suggestions/ideas about how I have implemented it.

-- I do not have experience with ember-cli, so I cannot help you there on how to import dependencies, but I guess, it shouldn't be a major issue.

-- Animations between routes: I have followed this approach. It helps me to do transitions easily with JS/CSS during a route transition. This approach has worked well for mobile to me.

-- hammerJS supports all the groundwork features of ember-touch with a different API. You should be able to do everything you did before. It's been a long time since I used the hammer v2 in a ember app, so maybe the API has changed a little a bit. This gist can shed light on how to setup.

I do not have much time to help you with, but ask me (ppcanodehuelva[at]gmail.com) if you have any question.

ppcano avatar Sep 08 '14 05:09 ppcano

Thanks Pepe for the advice! I'll probably start a new repo for the newly updated project. I'll let you know if I discover anything useful.

Best, Bryan

blangslet avatar Sep 08 '14 08:09 blangslet