-
Notifications
You must be signed in to change notification settings - Fork 25.1k
How about Animated.subtract? #18451
Copy link
Copy link
Closed
Labels
API: AnimatedHelp Wanted
Issues ideal for external contributors.Issues ideal for external contributors.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: DiscussionLong running discussion.Long running discussion.Type: EnhancementA new feature or enhancement of an existing feature.A new feature or enhancement of an existing feature.
Metadata
Metadata
Assignees
Labels
API: AnimatedHelp Wanted
Issues ideal for external contributors.Issues ideal for external contributors.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: DiscussionLong running discussion.Long running discussion.Type: EnhancementA new feature or enhancement of an existing feature.A new feature or enhancement of an existing feature.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm finding myself typing
Animated.add(x, Animated.multiply(-1, y))a lot.Would you take a PR that adds an
Animated.subtract?