🆒 Your use case
Ionic recommends usage of it's own utilities for animations for inclusive platform compatibility and making sure custom animations don't interfere with route popping/pushing animations, so it would be convenient if nuxt-ionic could provide a component that will easily handle all this
Check official docs here
🆕 The solution you'd like
Ionic team already made something similar for react, and it could be a decent starting point:
<CreateAnimationduration={1000}fromTo={{property: 'opacity',fromValue: '1',toValue: '0.5'}}>
...
</CreateAnimation>Specific props and their handling is up to debate, but I reckon something like this could work
🔍 Alternatives you've considered
No response
ℹ️ Additional info
Would be more than happy to work on a PR if I receive a green light 😄
🆒 Your use case
Ionic recommends usage of it's own utilities for animations for inclusive platform compatibility and making sure custom animations don't interfere with route popping/pushing animations, so it would be convenient if
nuxt-ioniccould provide a component that will easily handle all thisCheck official docs here
🆕 The solution you'd like
Ionic team already made something similar for react, and it could be a decent starting point:
Specific props and their handling is up to debate, but I reckon something like this could work
🔍 Alternatives you've considered
No response
ℹ️ Additional info
Would be more than happy to work on a PR if I receive a green light 😄