(float amplitude, float period)
| 286 | */ |
| 287 | class ElasticOut extends Elastic { |
| 288 | public ElasticOut(float amplitude, float period) { |
| 289 | super(amplitude, period); |
| 290 | } |
| 291 | |
| 292 | public ElasticOut() { |
| 293 | super(); |
nothing calls this directly
no outgoing calls
no test coverage detected