You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the plugin. Finally, I can easy get the size of an element I need to know.
I would like to propose here a feature:
Currently, the function is called each time the element is resized. What about a 2nd functionality, that the function isn't called each time but once the resize has been finished. Of course, when has been such a resize finished?
I would suggest to use a delay which can be provided to the sensor [for example 0.5 seconds] and when after this delay the element hasn't been resized the callback function will be called.
Cheers!°
The text was updated successfully, but these errors were encountered:
I love the plugin. Finally, I can easy get the size of an element I need to know.
I would like to propose here a feature:
Currently, the function is called each time the element is resized. What about a 2nd functionality, that the function isn't called each time but once the resize has been finished. Of course, when has been such a resize finished?
I would suggest to use a delay which can be provided to the sensor [for example 0.5 seconds] and when after this delay the element hasn't been resized the callback function will be called.
Cheers!°
The text was updated successfully, but these errors were encountered: