Hi guys, I found this plugin and I’d like to know if anyone is using it with Ionic, this plugin also has a “Ionic Adapter”, I’m wondering if I’ll really get better transitions using it in my application.
I have, it works well, but I found the transitions to be a bit glitchy. I have this feeling it’s a result of my incorrectly using states and views which is causing the glitchyness. Either way, the transitions are very smooth.
Where do you add the transitions to get a full page? It seems like only the ion-view is “transitable”, but it’s full of errors when trying to add some logic into it (not animating, hiding page and so on).
From what I can see this is built onto of Telerik so I don’t think it will be very easy to integrate it into Ionic since they’re not the same UI framework. At the bottom of that plugin page it says that the KendoUI is in beta, so it looks like they would have to actually write that to override the ionic animations.
Thanks. But I am asking your ionic-native-transitions plugin. Trying like this. <gap:plugin name="ionic-native-transitions" source="npm" version="1.0.0-rc3" />
Great job! Really love your work. I’m having slight trouble with tabs. I mean details pages within tabs need animation, whereas switching among tabs doesn’t. Got around this by only enabling animations for specific state changes. However, switching from a child page within a tab to another tab causes problems (e.g., switching back, the back button etc.) Is there a best known method to deal specifically with tabs? Any pointers will be of great help. Thanks!
@Shprink
I followed the documentation you provided for the ionic-native-transitions but after injecting it to my app.js file I get this error message “nativepagetransitions is disabled or nativepagetransitions plugin is not present”. I am still new to Ionic and I am using v1.2. Your help is appreciated.