Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是想知道您能否在 StageWebView 上应用一些动画,例如滑入和滑出,我已使用 TweenLite.to() 申请,但我不接受 StageWebView?有可能还是我只需要出现可见的显示和隐藏?
不,这是不可能的。您可以创建 StageWebView,捕获内容的快照并将此快照补间到位,然后在补间完成后,将快照替换为实际的 StageWebView。
执行此操作所需的功能是
drawViewPortToBitmapData(bitmap:BitmapData):void