Any way to specify custom animations?
See original GitHub issueHey guys, great library! I’m currently calling initializeRegistryWithDefinitions()
on Animatable with my own animations, and tried using them in the “animationIn” and “animationOut” props of this modal. While it seems to work fine on iOS, I get the following error when running it on my Android device:
09-19 00:39:45.111 6186 6216 E ReactNativeJS: undefined is not a function (evaluating '_this.contentRef[_this.props.animationIn](_this.props.animationInTiming)')
Which basically suggests that my animation isn’t initialized by the time the modal appears, despite initializeRegistryWithDefinitions()
already being called. Any reason there would be such a behavioral difference between platforms?
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
Custom Animations in PowerPoint - CustomGuide
Customize an Animation. Select an object with an animation applied. Click the Animations tab. Click the Effect Options button. Modify Animations.
Read more >Create custom animations with motion paths - Microsoft Support
On the ANIMATIONS tab, click More in the Animation Gallery, and under Motion Paths, do one of the following: Click Lines , Arcs...
Read more >How to create custom animations in PowerPoint
Custom Animation Combo · 1. To show the Animation Pane, switch to the Animations tab and click the respective button. Animation Pane ·...
Read more >Create a custom transition animation - Android Developers
A custom transition lets you create an animation that is not available from any of the built-in transition classes. For example, you can...
Read more >Using CSS animations - CSS: Cascading Style Sheets | MDN
Specifies how an animation transitions through keyframes by establishing ... If we wanted any custom styling on the <p> element to appear in ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure thing @mmazzarolo
@mmazzarolo Here ya go https://github.com/react-native-community/react-native-modal/pull/73