Skip to content

Add animatedDeferStartOfTimingAnimations feature flag (#57004)#57004

Closed
zeyap wants to merge 1 commit into
react:mainfrom
zeyap:export-D106825629
Closed

Add animatedDeferStartOfTimingAnimations feature flag (#57004)#57004
zeyap wants to merge 1 commit into
react:mainfrom
zeyap:export-D106825629

Conversation

@zeyap

@zeyap zeyap commented May 29, 2026

Copy link
Copy Markdown
Contributor

Summary:

Add the animatedDeferStartOfTimingAnimations JS only feature flag (default off). On its own this is a no-op; it gates deferring the start of native-driven timing animations to the first rendered frame, implemented in the following diff.

Changelog: [Internal]

Reviewed By: rubennorte

Differential Revision: D106825629

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 29, 2026
@meta-codesync

meta-codesync Bot commented May 29, 2026

Copy link
Copy Markdown

@zeyap has exported this pull request. If you are a Meta employee, you can view the originating Diff in D106825629.

zeyap added a commit to zeyap/react-native that referenced this pull request May 29, 2026
Summary:

Add the `animatedDeferStartOfTimingAnimations` JS feature flag (default off). On its own this is a no-op; it gates deferring the start of native-driven timing animations to the first rendered frame, implemented in the following diffs. Includes the regenerated `ReactNativeFeatureFlags.js`.

## Changelog:

[Internal] [Changed] - Add animatedDeferStartOfTimingAnimations feature flag

Differential Revision: D106825629
zeyap added a commit to zeyap/react-native that referenced this pull request May 29, 2026
Summary:

Add the `animatedDeferStartOfTimingAnimations` JS feature flag (default off). On its own this is a no-op; it gates deferring the start of native-driven timing animations to the first rendered frame, implemented in the following diffs. Includes the regenerated `ReactNativeFeatureFlags.js`.

## Changelog:

[Internal] [Changed] - Add animatedDeferStartOfTimingAnimations feature flag

Differential Revision: D106825629
zeyap added a commit to zeyap/react-native that referenced this pull request May 29, 2026
Summary:

Add the `animatedDeferStartOfTimingAnimations` JS feature flag (default off). On its own this is a no-op; it gates deferring the start of native-driven timing animations to the first rendered frame, implemented in the following diffs. Includes the regenerated `ReactNativeFeatureFlags.js`.

## Changelog:

[Internal] [Changed] - Add animatedDeferStartOfTimingAnimations feature flag

Differential Revision: D106825629
zeyap added a commit to zeyap/react-native that referenced this pull request May 29, 2026
Summary:

Add the `animatedDeferStartOfTimingAnimations` JS feature flag (default off). On its own this is a no-op; it gates deferring the start of native-driven timing animations to the first rendered frame, implemented in the following diffs. Includes the regenerated `ReactNativeFeatureFlags.js`.

## Changelog:

[Internal] [Changed] - Add animatedDeferStartOfTimingAnimations feature flag

Differential Revision: D106825629
zeyap added a commit to zeyap/react-native that referenced this pull request May 29, 2026
Summary:

Add the `animatedDeferStartOfTimingAnimations` JS feature flag (default off). On its own this is a no-op; it gates deferring the start of native-driven timing animations to the first rendered frame, implemented in the following diffs. Includes the regenerated `ReactNativeFeatureFlags.js`.

## Changelog:

[Internal] [Changed] - Add animatedDeferStartOfTimingAnimations feature flag

Differential Revision: D106825629
zeyap added a commit to zeyap/react-native that referenced this pull request May 29, 2026
Summary:

Add the `animatedDeferStartOfTimingAnimations` JS feature flag (default off). On its own this is a no-op; it gates deferring the start of native-driven timing animations to the first rendered frame, implemented in the following diffs. Includes the regenerated `ReactNativeFeatureFlags.js`.

## Changelog:

[Internal] [Changed] - Add animatedDeferStartOfTimingAnimations feature flag

Differential Revision: D106825629
@zeyap zeyap force-pushed the export-D106825629 branch from 11f7305 to 3298825 Compare June 5, 2026 14:43
zeyap added a commit to zeyap/react-native that referenced this pull request Jun 5, 2026
Summary:

Add the `animatedDeferStartOfTimingAnimations` common (native + JS) feature flag (default off). On its own this is a no-op; it gates deferring the start of native-driven timing animations to the first rendered frame, implemented in the following diffs.

The flag is defined as a `common` flag (not JS-only) so the same value can be read from both the JS Animated layer and the native C++ animation code. This diff includes all the generated accessors, regenerated via `yarn featureflags --update`: Kotlin (`ReactNativeFeatureFlags*.kt`), C++ (`ReactNativeFeatureFlags*.h`/`.cpp` and the JNI interop), the JS `ReactNativeFeatureFlags.js`, and the native module spec.

Changelog: [Internal]

Reviewed By: rubennorte

Differential Revision: D106825629
Summary:

Add the `animatedDeferStartOfTimingAnimations` JS only feature flag (default off). On its own this is a no-op; it gates deferring the start of native-driven timing animations to the first rendered frame, implemented in the following diff.

Changelog: [Internal]

Reviewed By: rubennorte

Differential Revision: D106825629
@meta-codesync meta-codesync Bot changed the title Add animatedDeferStartOfTimingAnimations feature flag Add animatedDeferStartOfTimingAnimations feature flag (#57004) Jun 5, 2026
@zeyap zeyap force-pushed the export-D106825629 branch from 3298825 to 0d184f7 Compare June 5, 2026 17:53
@meta-codesync meta-codesync Bot closed this in af08e67 Jun 5, 2026
@meta-codesync

meta-codesync Bot commented Jun 5, 2026

Copy link
Copy Markdown

This pull request has been merged in af08e67.

@facebook-github-tools facebook-github-tools Bot added the Merged This PR has been merged. label Jun 5, 2026
@react-native-bot

Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @zeyap in af08e67

When will my fix make it into a release? | How to file a pick request?

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

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants