Not planned
Description
Prerequisites
- I have read the Contributing Guidelines.I agree to follow the Code of Conduct.I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
for example to make md or ios animations regardless of the platform:
- solution - export default animations:
refactor: exportable md animations for modal #28464
import { mdEnterModalAnimation, mdLeaveModalAnimation } from '@ionic/core'
<ion-modal :enter-animation="mdEnterModalAnimation" :leave-animation="mdLeaveModalAnimation" />
- add presets for attribute
enter-animation
andleave-animation
:
//before
((baseEl: any, opts?: any) => Animation) | undefined
// after
((baseEl: any, opts?: any) => Animation) | 'md' | 'ios' | undefined
Describe the Use Case
Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
Activity
liamdebeasi commentedon Nov 9, 2023
Thanks for the report. I'm going to merge this with #24964 since they are trying to solve the same root problem.
ionitron-bot commentedon Dec 9, 2023
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.