Skip to content

Commit

Permalink
Remove broken links
Browse files Browse the repository at this point in the history
Summary:
Issue #16255

Remove broken links
Closes #16262

Differential Revision: D6017751

Pulled By: hramos

fbshipit-source-id: a9465a8a8212dc7b5e1aae21c73b46e60e24c10e
  • Loading branch information
gusgard authored and facebook-github-bot committed Oct 10, 2017
1 parent 4eccb16 commit 57b4f49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Libraries/Animated/src/Easing.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 57b4f49

Please sign in to comment.