Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ObjectAnimatedNode #36742

Closed
wants to merge 1 commit into from

Commits on Apr 5, 2023

  1. Introduce ObjectAnimatedNode (facebook#36742)

    Summary:
    Pull Request resolved: facebook#36742
    
    AnimatedObject is a more generic version of AnimatedTransform, able to handle animated values within arrays and objects. This is useful for props of native components that may need to be animated per field.
    
    This diff adds the native (Android) counterpart to AnimatedObject node in JS. The node handles array and map value types.
    
    Changelog:
    [Internal][Added] - Introduce ObjectAnimatedNode Java-side node for handling array and object prop values
    
    Reviewed By: mdvacca
    
    Differential Revision: D44466563
    
    fbshipit-source-id: 5c4326509a5a5e561ce9ceb2a7ca1d67be8aaee3
    genkikondo authored and facebook-github-bot committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    17b6123 View commit details
    Browse the repository at this point in the history