As of this answer: Check if element is visible in DOM.
I can get a child element's visibility, but how can I detect/listen its visibility's change?
Is there any method to listen on an element's visibility (e.g:
ele.onChange('offsetParent', e => ...)