↓ 2 callersFunctionbuildDeclarativeTween({
op,
id,
target,
duration,
paused,
...timelineAndPosition
}: {
op: FromToOptions;
id: string
scrollytelling/src/util/index.ts:29
FunctionScrollytelling({
children,
debug,
start,
end,
callbacks,
scrub,
defaults,
toggleActions,
disabled = false,
scrollytelling/src/primitive.tsx:32
FunctionWaypoint({
tween,
children,
at,
label,
onCall,
onReverseCall,
disabled = false,
}: WaypointBaseDef & {
scrollytelling/src/components/waypoint/index.tsx:32