Commit f131c53
Add animatedDeferStartOfTimingAnimations feature flag (facebook#57004)
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: D1068256291 parent aabc972 commit f131c53
2 files changed
Lines changed: 18 additions & 1 deletion
File tree
- packages/react-native
- scripts/featureflags
- src/private/featureflags
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
984 | 995 | | |
985 | 996 | | |
986 | 997 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
| |||
0 commit comments