When I Write down the code below on [Stage] > [Timeline.update],
the only Answer I get is just [null].
the Code I wrote down was
ScrTop = $("window").scrollTop();
console.log(ScrTop);
when I wrote the code on either [Stage] > [Stage.scroll] or [Stage] > [document.compositionReady],
same reaction happens. (just get null)
Do you think my code is incorrect?
Please give me a suggestion.
Thanks in advance.