-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
nav-title-slide-ios7 always on in Beta 8, cannot be disabled/changed #1671
Comments
Here's an additional codepen as well, |
I faced the same issue and it seems the bug was introduced in beta 7 version as you can see by this fork of mhartington's pen: |
Note, this is still the case in beta 9. |
Fixed, thanks all. |
👍 |
Note, this is still the case in beta 9. |
Beta 9 was released before this bug was fixed. Nightly works! |
Still seeing this issue in Beta 10. |
Hi..still cannot disable animation in nightly build 1.0.0-beta.11-nightly-371. get the same slide animation even when i use animation='no-animation' |
Seems to work for me http://codepen.io/mhartington/pen/nzDrB
|
I can't disable either on Beta 11. |
@jrowny have you looked at the codepen above, it works for me |
Yea, that one works but I'm not using a nav-bar, I'm using a header-bar. On Mon, Aug 25, 2014 at 1:44 PM, Mike Hartington [email protected]
Jonathan |
not working for me, still sliding left and right
|
Again, seems to work fine for me, check it out |
I fix it, all good now, thanks |
My title stuck in the middle when I navigate back to the previous page. any idea?
|
Hi, |
I'm having the same issue with nav-view-transition="none" not working. I'm on beta 14. |
Can you provide a codepen of demo
|
http://codepen.io/anon/pen/yyMBVK I noticed that if I change it to some previous beta versions (beta.13 for example, it works as expected). Beta.14 just seems to not honor no-animation. |
So with beta 14, the |
Thanks Mike Hartington, I will try this on my app and let you know. |
I'm looking to remove all animation during screen transition. I navigate using $state.go not using links in your example. I tried using $ionicHistory (below) to disable the animation and the results seem to be inconsistent, for instance I've noticed it doesn't seem to remove the animation for pressing a back button (also saw some inconsistency between device and browser). I am placing the code snippet below at the top of all my controllers. Is my approach correct? Thanks! $ionicHistory.nextViewOptions({ |
Did anyone get this sorted out? I am trying to disable all animations, but on iOS devices, it always does a slide animation. I am firing off navigation programmatically with $state.go in some cases, so disabling the animation on a link is not helpful for me. The code below works as expected on Android, just not iOS. Does anyone have any ideas?
|
You can use this
|
That works for me, thanks! |
I'm still seeing this issue when using the ion-nav-bar combined with ion-nav-title inside of my view template. I'm trying to add a progress bar to the nav that will update as the user transitions through different pages however the only way I can get the nav to stop animating is to turn off animated transitions globally using $ionicConfigProvider.views.transition('none'). In the main index file I have:
and then in the template I have
I would like to have transitions on the ion-content, just not the nav. Here is a codepen showing the issue based off of your standard example. You can see how the top bar is animated when clicking on the Scientific Facts button: http://codepen.io/maiamachine/pen/dPryzJ?editors=101 |
The |
@mhartington Funny thing is titles didn't slide in rc2, only happened when I upgraded to rc3. |
I found the title issue seems to be caused when using $state.go(), normal ui-sref caused no issues but the minute i used $state the title has alignment issues. I have had to use $ionicConfigProvider.navBar.transition('none') as a workaround |
@buunguyen +1 |
Hey guys, I'm experiencing the same issue with my navbar, I just want to have a simple logo on the middle of it, and obviously don't want to see a transition when changing views, is there anyway to fix this? Thanks! |
I Agree with @buunguyen i also get the issue when using $ionicConfigProvider.navBar.transition('none') |
wrap the image in a div and float the div to the right. worked for me with, |
How about a simple fix. Take a look at what it's doing with CSS. Overwrite their transition ;)
|
In Beta 8 the
nav-title-slide-ios7
animation is always on.For instance, This
gets rendered as this
Here's a codepen by mhartington
http://codepen.io/mhartington/pen/sDcna
The text was updated successfully, but these errors were encountered: