Unanswered: Resize handling. Getting info on when resize is finished vs started?
Unanswered: Resize handling. Getting info on when resize is finished vs started?
I cant seem to find the documentation on how to detect ( if possible ) resize handling of a browser window, to differentiate the start of the resize versus the end of the resize.
Can someone toss me the URL which explains this?
BTW I currently use listeners on my viewport such as
listeners: {
'resize': function () {
.....
but Im trying to determine if I can get more info.