ionic-framework
ionic-framework copied to clipboard
feat: ion-tabs support navigation animation
Prequisites
- [X] I have read the Contributing Guidelines.
- [X] I agree to follow the Code of Conduct.
- [X] I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
let ion-tabs component support navigation animation, and supports routing navigation animation.
Describe the Use Case
Allow developers to customize the animation when tab switching.
<ion-tabs [animation]="animation"></ion-tabs>
Describe Preferred Solution
Add an animation property to the ion-tabs component.
Describe Alternatives
No response
Related Code
No response
Additional Information
No response