Skip to content

Conversation

@rozele
Copy link
Contributor

@rozele rozele commented Dec 15, 2021

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Why

This change forks files from RN core for Animated to allow a platformConfig value to be inherited by nodes from animation drivers (e.g., spring, decay, timing, event).

Resolves #9284

What

Forks a bunch of files from RN core's Animated API to introduce the platformConfig concept. These changes will also be merged upstream (follow facebook/react-native#32736 for status).

Microsoft Reviewers: Open in CodeFlow

…and nodes

This change forks files from RN core for Animated to allow a
`platformConfig` value to be inherited by nodes from animation drivers (e.g.,
spring, decay, timing, event).

Fixes microsoft#9284
@rozele rozele requested a review from a team as a code owner December 15, 2021 16:35
@rozele rozele changed the title [2/3] Animated JS changes to support platform config for animation drivers and nodes [3/3] Animated JS changes to support platform config for animation drivers and nodes Dec 15, 2021
@rozele rozele changed the title [3/3] Animated JS changes to support platform config for animation drivers and nodes [NativeAnimated][3/3] Animated JS changes to support platform config for animation drivers and nodes Dec 15, 2021
@rozele rozele changed the title [NativeAnimated][3/3] Animated JS changes to support platform config for animation drivers and nodes [NativeAnimated][2/3] Animated JS changes to support platform config for animation drivers and nodes Dec 15, 2021
@rozele
Copy link
Contributor Author

rozele commented Jun 17, 2022

Abandoning pull request since this has now been merged into react-native

@rozele rozele closed this Jun 17, 2022
@rozele
Copy link
Contributor Author

rozele commented Jun 17, 2022

We need a separate PR that overrides AnimatedPlatformConfig.js to add the useComposition flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[2/3] Add (and upstream) option to toggle between CompositionTarget::Rendering and UI.Composition animations

1 participant