-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite AnimatedInterpolation JS driver support for colors
Summary: Restructured the JS implementation of AnimatedInterpolation to make it clearer how colors and other string-based interpolatables are supported. We're then able to use a very similar structure to implement this interpolation on the native driver as well, which simplifies implementation, and improves support for different color types. Changelog: [General][Fixed] Improved support for AnimatedInterpolation of color props. Reviewed By: mdvacca Differential Revision: D40571890 fbshipit-source-id: 7c204a7b736722732dc5f9e0d158ef5af81b4bb1
- Loading branch information
1 parent
a64319a
commit b589123
Showing
2 changed files
with
224 additions
and
157 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.