easeOutCubic

Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.easing

Ease out cubic function

Params

  1. t*-Number

    The current time

Return

  1. -Number

    The value depending on time

Example

import { easeOutCubic } from '@blackbyte/sugar/easing';
easeOutCubic(0.4);

Todo

  • testsnormal