开发者

Javascript animation libraries that don't use the DOM?

开发者 https://www.devze.com 2023-03-17 06:09 出处:网络
I\'m looking for 开发者_StackOverflow社区a Javascript animation library that doesn\'t use the DOM, so I can use it with Titanium when I\'m not working inside a webview. Inside a webview, I can use wha

I'm looking for 开发者_StackOverflow社区a Javascript animation library that doesn't use the DOM, so I can use it with Titanium when I'm not working inside a webview. Inside a webview, I can use whatever I want. But outside of that, I need an animation library that doesn't assume there is a DOM.


The gist is that you want a basic tweening library, like this one. Basically it animates any properties on an object instead of on DOM elements.

Also, per docs, Titanium UI has built-in animations

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号