How to show/hide object on scroll interaction

Amazing work! I’m playing with the new interactions and now I’m stuck trying to show a fixed object when the page scrolls down. I was wondering if I could show/hide this arrow button when the user starts scrolling down the page.
I was trying to use "scroll into view"and “scroll out of view” options, but it didn’t work because I have a fixed object.
Any thoughts?

you need to use the offsets

If you want to show that fixed element ONLY when you scroll down and hit a certain section you have to set the interaction on that section and have it Affect this element. Just like example #2 at http://interactions.webflow.com

Let me know if that helps.