Fade-in plugin for cpg1.5.x Fade-in plugin for cpg1.5.x
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Fade-in plugin for cpg1.5.x

Started by Αndré, May 04, 2012, 03:21:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Αndré

This plugin adds a fade-in effect on each intermediate-sized picture load. It doesn't change Coppermine's picture navigation in any way (i.e. no AJAX etc.), it just adds some optical enhancement to the intermediate-sized view pages.

Fade-in duration can be adjusted in codebase.php:
$fadetime = 750; // in ms

altenae