Closed as 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