How do I dismiss an object after it has been repositioned when a person clicks away as happens with a group focus? I believe this may be the “blur detector” in the plugin but am unsure how it works.
How do I use the skidding feature? I tried to figure out how to set it up but couldn’t.
Hi! Proper documentation pages are scheduled for later this year.
The blur detector works like this, you just apply it once to the element when it gets visible through a “do when condition is true, X is visible” and then once the group loses focus, which means a click happens and that click is not on the element, it disappears.
Skidding: tinker with it, write 0, then 50, then 200 and you will see what happens with each
I’ve got a workflow set to ON PAGE LOAD: Identify current viewport height (using another plugin) and then input that number into the ‘Displacement’ field to move my floating group to the bottom of my device screen. It works - yay!
However, as soon as I start scrolling, the floating group acts like a regular element and starts moving up the page with all other elements. Am I missing something?
Excellent plugin - this doesn’t get enough publicity for its utility. I’m trying to solve a sticky header issue, similar to how the sub-navigation bar is scrolled, then get stuck at the header on this example: R1S - Rivian
Any update on the documentation or an example site, please Vini?
I’m most interested in the SKIDDING option. I think it could be used to ‘push’ the header from the page then a new header takes it place. The description reads: “Displaces the picked element along the reference element.”
I’m assuming the “reference element” is the “anchor element”?
Yes, reference element is the anchor element. Best is to just tinker with numbers in there and see it happening
On docs, not yet, still prioritizing building my centralized docs page and some other plugins (PDF Conjurer and Leafy Maps), but this one will have its turn eventually