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
When using one of the animating Ionicons like loading in combination with item-icon-left or right, the animation pivot point isn't in the center. This results in the animation swaying from left to right.
It may have something to do with @include align-items(center);
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
(from #594)
When using one of the animating Ionicons like loading in combination with item-icon-left or right, the animation pivot point isn't in the center. This results in the animation swaying from left to right.
It may have something to do with @include align-items(center);
I even tested with just a div with item-icon-left or item-icon-right class and this also triggers it.
The text was updated successfully, but these errors were encountered: