Phaser 3 - Cubic Bezier easing

This uses a custom cubic-bezier curve for the tween’s easing function. It uses https://github.com/gre/bezier-easing to generate the easing function.

Thanks to samme for the phaser 3 template on codepen.

2 Likes

isn’t it available now? :smiling_face_with_tear:

Phaser.Math.Interpolation.CubicBezier()