You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow the most flexibility in the tracking logic.
How
newObserver({snapshots: [thresholdX: 25,// this is available under "snapshot.thresholdX"resolver: ({ targetRect, boundsRect, snapshot })=>{// custom logic which should return Boolean},callback(){}]});
The text was updated successfully, but these errors were encountered:
What
Need to consider custom snapshot resolvers.
Why
This would allow the most flexibility in the tracking logic.
How
The text was updated successfully, but these errors were encountered: