finnvoor / PlaydateKit

Create games for Playdate using Swift.
https://finnvoor.github.io/PlaydateKit/documentation/playdatekit
Creative Commons Zero v1.0 Universal
199 stars 21 forks source link

Easings #97

Closed finnvoor closed 1 month ago

finnvoor commented 1 month ago
bounds.center.y = Easing.outBounce.ease(
    System.elapsedTime,
    duration: 2,
    scale: 0...Float(Display.height) / 2
)

closes #91