KoolMenu - Great PHP MenuKoolMenu - Great PHP MenuFullVersion 1.5.0.0 released on 11/19/2013

Features - Effect

Select collapse/expand effect:

Description & Sample code

You can control the effect of expanding and collapsing by setting $ExpandAnimation and $CollapseAnimation respectively:

$km->ExpandAnimation->Type = "EaseBoth";
$km->ExpandAnimation->Duration = 500;

$km->CollapseAnimation->Type = "EaseBoth";
$km->CollapseAnimation->Duration = 500;