mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix Easing interface, elastic should be a function
As described in the docs, `elastic` should take a value representing the bounciness of the easing function: https://facebook.github.io/react-native/docs/easing.html
This commit is contained in:
Vendored
+1
-1
@@ -7708,7 +7708,7 @@ export interface EasingStatic {
|
||||
sin: EasingFunction;
|
||||
circle: EasingFunction;
|
||||
exp: EasingFunction;
|
||||
elastic: EasingFunction;
|
||||
elastic(bounciness: number): EasingFunction;
|
||||
back(s: number): EasingFunction;
|
||||
bounce: EasingFunction;
|
||||
bezier(x1: number,
|
||||
|
||||
Reference in New Issue
Block a user