chore: Prepare platform-routed CSS transitions for more properties#9654
Merged
Conversation
MatiPl01
force-pushed
the
@matipl01/css-platform-transition-values
branch
from
June 12, 2026 00:00
d5ab0f4 to
3b6d0b2
Compare
MatiPl01
force-pushed
the
@matipl01/css-platform-transition-values
branch
15 times, most recently
from
June 16, 2026 12:49
cd29926 to
e1ae440
Compare
MatiPl01
force-pushed
the
@matipl01/css-platform-transition-values
branch
3 times, most recently
from
June 17, 2026 07:29
e5e233b to
37afeff
Compare
MatiPl01
force-pushed
the
@matipl01/css-platform-transition-values
branch
from
June 17, 2026 07:42
37afeff to
175116e
Compare
MatiPl01
force-pushed
the
@matipl01/css-platform-transition-values
branch
from
June 17, 2026 08:16
175116e to
6a9a52c
Compare
wisniewskij
approved these changes
Jun 17, 2026
This was referenced Jun 17, 2026
pull Bot
pushed a commit
to esinanturan/react-native-reanimated
that referenced
this pull request
Jun 17, 2026
…9685) Stacked on software-mansion#9654. Adds `shadowColor`, `shadowOpacity`, `shadowRadius` and `shadowOffset` to the CSS transition properties run on Core Animation, reusing the same value-agnostic apply as opacity. Verified in the simulator: all four interpolate smoothly on Core Animation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Routes CSS transition properties to Core Animation behind
IOS_CSS_CORE_ANIMATION, starting withopacity.CSSPlatformTransitionProxyis a stateless shared router: per property it picks the platform or the C++ loop and forwards the raw JS value to the platform, never holding a platform value type.REACSSPlatformProps(routing predicate, value parsing, CA conversions, timing) andREACSSPlatformTransitions(the CALayer applier).With the flag off there is no behavior change.
Test plan
example-ios-build-checkgreen-fsyntax-only, clang-tidy and clang-format clean