calendarxp Site Admin
Joined: 30 Jan 2005 Posts: 409
|
Posted: Tue Feb 15, 2005 7:46 pm Post subject: [PopCalendarXP]How can I control the sliding-out pop effect? |
|
|
Sliding-out effect currently only works fine on IE and NN4. Although Mozilla also supports the function, it's just too slow to slide out smoothly. It's disabled on Mozilla by default. You can control whether to use the sliding-out effect by setting the _animPop to true/false in the plugins.js. You can also specify the interval to control the sliding speed, default setting is 20. e.g.
Code: | _animPop=(IE||NN4||GK)&&!MAC;
_animInt=30; // the larger the slower |
_________________ Copyright 2003-2011 Idemfactor Solutions, Inc. All rights reserved. |
|