Changeset 220


Ignore:
Timestamp:
Dec 5, 2009, 12:16:19 AM (14 years ago)
Author:
gav
Message:

Increase the loading js function flashing duration for IE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/js/lightbox.js

    r189 r220  
    118118        // document.all should be detected in IE and Opera, workaround for IE gif freezing.
    119119        if(document.all) {
    120             new Effect.Pulsate(loading, { pulses: 15, duration: 10 });
     120            new Effect.Pulsate(loading, { pulses: 200, duration: 133 });
    121121        }
    122122        else {
Note: See TracChangeset for help on using the changeset viewer.