Skip to content
Advertisement

Hide element in VueJs while scrolling

I am making vue project.

I want to hide some component while mouse scrolling, but when scroll ends, want to show component again.
I know using scroll event, but again doesn’t shows component.

JavaScript

Is this possible in vue?

Advertisement

Answer

I resolved this issue.

JavaScript

timer variable is applied.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement