Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,
    yep it’s known bug. In fact, all the animations are built in CSS3, and it remains experimental at this time because no standard is still defined by the W3C.

    I’ll try to implement a function to disable animations in a future release.

    Is there some temporary workaround tweak for Firefox ?

    Some fix for now, your style.css file:

    #wpc-weather circle, #wpc-weather g, #wpc-weather path, #wpc-weather rect {
      -moz-transition-property: none !important;
      -moz-transform: none !important;
      -moz-animation: none !important;
    }
    Plugin Author Benjamin Denis

    (@rainbowgeek)

    @stagger Lee since WP Cloudy 2.7.8, you can turn off CSS3 animations (but it’s for all browsers, not a specific) in each weather, or from WP Cloudy global settings.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Animation Bug in FF’ is closed to new replies.