thecreation / jquery-asPieProgress

A jQuery plugin that animate the pie progress.
GNU Lesser General Public License v3.0
42 stars 22 forks source link

Animation not work in QtWebkit #2

Open qblake opened 9 years ago

qblake commented 9 years ago

I opened demo in desktop application inside QtWebkit from Qt5.3

So the problem is that, for example:

So, that can we do this that? What additional information i can present for you?

Also, If I add time = getTime(); after line 267 - animation starts to work. no so good, but it works.

thecreation commented 9 years ago

@qblake thanks for reporting it. I will fix it soon.

thecreation commented 9 years ago

@qblake i just commit. Please test then let me know what happens as i don't have qt.

qblake commented 9 years ago

@amazingSurge thanks for the quick reply. But it still not work. I didn't tell you: window.webkitRequestAnimationFrame is available in QtWebKit. and window.navigator.userAgent return Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/538.1 (KHTML, like Gecko) <AppName>/0.2.23 Safari/538.1

I'll try to find some test qt application for you with qtwebkit inside.

thecreation commented 9 years ago

@qblake if you can find test qt application that would be helps.