marco.getDiv().filters[0].Apply();
marco.getDiv().filters[0].Play();
frame is an object
getDiv()
returns this.getDiv()
;
I would like to know what these lines of code do because I can not find a solution in other Internet pages.
The console returns this error:
Uncaught TypeError: Can not read property '0' of undefined.