tween.js
tween.js copied to clipboard
Use best practices in examples
Not using top
and left
but transform
properties, etc
Also simple html header without the long content-type <meta>
. Goes from
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
to
<meta charset="utf-8">
Also update the examples in the README so they don't use top
or left
Hi @sole! This is good idea, but tween.js main feature is working with older browser! Why we need remove these properties or have polyfill for transform for IE 6-9, Opera less than 9 and etc?
Or make a cross-browser example.
All old comment content are deleted, sorry EDITED: yea you're right. Now we should best and latest examples for better expierence