protected function _isHiddenFirst($animations)
{
- $hiddenAnimations = ['reveal', 'fadein', 'translatefrom'];
+ $hiddenAnimations = ['reveal', 'fadein', 'translatefrom','keephidden'];
foreach ($animations as $animation) {
if (isset($animation['type']) && in_array($animation['type'], $hiddenAnimations)) {
return true;
duration=' . $animDuration . '
delay=' . ($delay - 0.5 + $animDuration + $duration);
} else if ($this->getAnimationType() === 'none') {
- $init['image_rollover'] = 'type=fadeout
-ease=power1.easeOut
-duration=0
-delay=0
+ $init['image_rollover'] = 'type=keephidden
+duration=0.5
borderradius=' . ($this->compiler->getSetting('linksRoundedCorners', 0) * 2);
}