Options for TJSPosition.set.

type Set = {
    immediateElementUpdate?: boolean;
}
Index

Properties

immediateElementUpdate?: boolean

Perform the update to position state immediately. Callers can specify to immediately update the associated element. This is useful if set is called from requestAnimationFrame / rAF. Library integrations like GSAP invoke set from rAF.