[Go to site: main page, start]

Interface VFXComponentAnimation

interface VFXComponentAnimation {
    animate: (t: number, state: object, params: object) => void;
    setup?: (state: object, params: object) => void;
    tearDown?: (state: object, params: object) => void;
}
Index

Properties

animate: (t: number, state: object, params: object) => void
setup?: (state: object, params: object) => void
tearDown?: (state: object, params: object) => void