tween.js icon indicating copy to clipboard operation
tween.js copied to clipboard

Use best practices in examples

Open sole opened this issue 9 years ago • 5 comments

Not using top and left but transform properties, etc

sole avatar Sep 29 '15 10:09 sole

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">

sole avatar Sep 29 '15 10:09 sole

Also update the examples in the README so they don't use top or left

sole avatar Sep 29 '15 12:09 sole

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?

dalisoft avatar Oct 06 '15 08:10 dalisoft

Or make a cross-browser example.

thednp avatar Oct 25 '15 04:10 thednp

All old comment content are deleted, sorry EDITED: yea you're right. Now we should best and latest examples for better expierence

dalisoft avatar Aug 30 '16 10:08 dalisoft