thednp / kute.js

KUTE.js is a JavaScript animation engine for modern browsers.

Home Page:http://thednp.github.io/kute.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict with transform on Firefox

cgu-pix opened this issue · comments

Hi,

I use SVG plugin. When morphing is running, the css transform property on an another element (to do a flip card) doesn't work. There is like a glitch. It seems there is a conflict.
If I disable KUTE.js or as soon as morphing is complete, everything works fine, the flip doesn't glitch anymore.
And this problem is only on Firefox. With Chrome, everything looks good, both svg morphing and css transform property at the same time.

Have you ever encountered this problem? Is there a workaround for this ?

Thanks

I don't know, do you have a demo with the issue?

Yes, but could you give me an email that I can use to send you a private access ?

Just make a new pen with the issue, it will take a few minutes to setup.

Here the pen : https://codepen.io/anon/pen/qyBpBz
With Firefox, the grey flip card doesn't work

That isn't JavaScript animation powered by KUTE.js, it's just some CSS3. You need to do some Google.

Yes, I know that.
The problem is when I enable KUTE.js, the transform doesn't work anymore. If I disable it, everything works fine. The transform of the flip card is ok. So I think there is a conflict with KUTE.js, but I didn't find why...