문제

Is it possible to animate nativeWindow.stage.stageHeight and nativeWindow.stage.stageWidth wit jQuery's animate() function in Adobe AIR?

Thanks

도움이 되었습니까?

해결책

Yes you can. Jquery's animate function provides an option called progress (http://api.jquery.com/animate/):

A function to be called after each step of the animation

Inside this function you can set the nativeWindow.stage.stageHeight and nativeWindow.stage.stageWidth of your app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top