Hi, I wonder if any ways to check current visibility. Example: ``` if (svg/object on current viewport) { so I can add some animation here } else { hide an animation } ```