Hide a fixed element after scrolling certain page height

Is there any way where I can hide a fixed element after scrolling 70% of the total page height?

Solved it.

Just use while page is scrolling interaction and apply opacity to 0 at 70% page scrolled on the animation timeline.

Check this tutorial