Either a predefined easing name or a custom bezier easing encoded as array: [x1, y1, x2, y2]
Easing presets collected from https://github.com/ai/easings.net/blob/master/src/easings.yml, MDN and Chrome DevTools
object without any non-serializable values
object without any non-serializable values
object without any non-serializable values
Exact value or range
Uses shape as template for a particle
0-1
0-1
0-1
0-1
Does not decompress obj
// example usage
import pako from "pako";
const output = pako.inflate(new Uint8Array(await tgsBlob.arrayBuffer()));
const text = new TextDecoder().decode(output);
const animation = create.stickerFromTgs(text);
Easings
Bezier handles encoded as [x1, y1, x2, y2]
- the same as cubic-bezier(x1, y1, x2, y2)
in css
All enums as single variable for easier importing
Generated using TypeDoc
[x, y]