-
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
🆒 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:
<CreateAnimation
duration={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 😄
danielroe
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request