css - webkit-transform problems in chrome 14 -


running 14.0.835.202 m (windows)

animations using -webkit-transform doesn't work (for me) in chrome anymore.

i did html5 projects earlier year, testing in chrome , safari. when check them now, lot of animations not work in chrome (which has been updated several times since). content disappears while animating , lot of animations not work @ all.

i have tried simple scale, doesn't work ...

http://nordjyske.it/chrome-bug/

(on browser, div disappears, , reappears halfway through animation. depending on other content on page, disappears throughout duration of animation...)

using -webkit-transform-style: preserve-3d; on item or parents seems make things worse :(


updated: tested using latest chrome canary build , here animation works. @ videos below:

chrome 14: http://www.youtube.com/watch?v=rvhgcmaalhu

it's hard issue, sounds gpu related (e.g. -webkit-transform-style: preserve-3d; makes things worse). should test pages out in latest version of chrome (either dev channel or preferably chrome canary). if they're reproducible, it's bug. please file 1 @ crbug.com/new


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -