Mi sono accorto che anche impostando le diverse velocità per la transizione da un'immagine all'altra visivamente non cambia nulla
ho aperto il file SqUeReOsho.html.php per indagare ed ecco qua il busillis:
nelle righe tra 242 e 275 trovo definito anche il parametro "tempo"
$params["tempo"] = @$row->tempo; (riga 256)
poco sotto c'è l'elenco delle impostazioni imagerotator:
(righe 344-375)
//case 1 Imagerotatorgallery
case '1':
if ( $params["trans"] == 0 ) { $trans = "random";
} elseif ( $params["trans"] == 1 ) { $trans = "fade";
} elseif ( $params["trans"] == 2 ) { $trans = "blocks";
} elseif ( $params["trans"] == 3 ) { $trans = "circles";
} elseif ( $params["trans"] == 4 ) { $trans = "bubbles";
} elseif ( $params["trans"] == 5 ) { $trans = "lines";
} elseif ( $params["trans"] == 6 ) { $trans = "slowfade";
} elseif ( $params["trans"] == 7 ) { $trans = "fluids";
} elseif ( $params["trans"] == 8 ) { $trans = "flash";
} elseif ( $params["trans"] == 9 ) { $trans = "bgfade";
}
if ( $params['navigation'] == 1 ) { $nav = "true";
} else if ( $params['navigation'] == 0 ) { $nav = "false";
}
if ( $params['overstretch'] == 1 ) { $overstretch = "true";
} else if ( $params['overstretch'] == 0 ) { $overstretch = "false";
}
if ( $params['shuffle'] == 1 ) { $shuffle = "true";
} else if ( $params['shuffle'] == 0 ) { $shuffle = "false";
}
if ( $params['movimento'] == 1 ) { $mov = "true";
} else if ( $params['movimento'] == 0 ) { $mov = "false";
}
require_once( JPATH_COMPONENT.DS.'tpl'.DS.'imagerotator/imagerotator.php' );
break;
In pratica mancano proprio gli "if" relativi a questo parametro, se ho capito bene...
Qualcuno può darmi una mano in proposito?
Grazie
ps: vorrei impostare una velocità "Very slow"