question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Any way to specify custom animations?

See original GitHub issue

Hey 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:closed
  • Created 6 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found