easeOutSine static method

num easeOutSine(
  1. num ratio
)

Implementation

static num easeOutSine(num ratio) => sin(ratio * (pi / 2.0));