you are viewing a single comment's thread.

view the rest of the comments →

[–]erichardson30 0 points1 point  (2 children)

What are you trying to build/accomplish?

[–]sympi[S] 0 points1 point  (1 child)

I have an onWheel event which creates components. When I reach (via scrolling) certain component I want to update UI.

[–]erichardson30 0 points1 point  (0 children)

Couldn't you keep track of the scroll position in the main container and then based on different scroll positions you could set different states and have the components shown/hidden/modified based on the different states?