Enthropia Labs

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the new iBegin Labs forum!

Author Topic: fading opacity not working in firefox  (Read 60 times)

eworbit

  • Newbie
  • *
  • Posts: 3
    • View Profile
fading opacity not working in firefox
« on: November 06, 2009, 02:40:50 pm »
ibegin.com still uses 2.17 so opacity is still working in firefox.  2.2 has something broke.  It appears there is new functionality to store and restore the opaque state of the window.  During the getOpacity function call, firefox throws an "Error parse value for 'opacity'" in developer tools.  i'm tweaking to code but can't get it solved too quick here... ugh.
Logged

eworbit

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: fading opacity not working in firefox
« Reply #1 on: November 06, 2009, 03:20:11 pm »
The opacity works once I took out the if (!_pub.is_firefox) block in the create(). 

// firefox mac has issues with opacity and flash (who cares)
   els.overlay.style.background = '#000';

With fade_in_speed: 0, the redraw speed/flicker is terrible in firefox 3.5.5 but good in all other browsers.
So, a minimum fade_in_speed of 1 prevents the flicker issue.
« Last Edit: November 06, 2009, 03:27:51 pm by eworbit »
Logged