interface RequestAnimationFrameType {
    trackCounts?: (callback: (count: number) => void) => void;
    (callback: () => void): void;
}
  • Parameters

    • callback: () => void

    Returns void

Properties

Properties

trackCounts?: (callback: (count: number) => void) => void
MMNEPVFCICPMFPCPTTAAATR