interface FrameMovedTrigger {
    event: frameMoved;
    triggers?: string[];
}

Properties

Properties

event: frameMoved
triggers?: string[]

The frame id's this trigger should react to. Leaving this undefined, will make this trigger react to any frame that moves in any direction (also rotation, resize and ).