Remove broken links
Summary: Issue https://github.com/facebook/react-native/issues/16255 Remove broken links Closes https://github.com/facebook/react-native/pull/16262 Differential Revision: D6017751 Pulled By: hramos fbshipit-source-id: a9465a8a8212dc7b5e1aae21c73b46e60e24c10e
This commit is contained in:
parent
4eccb16935
commit
57b4f49db0
|
@ -162,11 +162,6 @@ class Easing {
|
|||
* times.
|
||||
*
|
||||
* http://easings.net/#easeInElastic
|
||||
*
|
||||
* Wolfram Plots:
|
||||
*
|
||||
* - http://tiny.cc/elastic_b_1 (bounciness = 1, default)
|
||||
* - http://tiny.cc/elastic_b_3 (bounciness = 3)
|
||||
*/
|
||||
static elastic(bounciness: number = 1): (t: number) => number {
|
||||
const p = bounciness * Math.PI;
|
||||
|
|
Loading…
Reference in New Issue