Cita:
Iniciado por sebaweb genteee, queria saber como se hace el efecto de imagenes que pasan solas, como por ejemplo
este.
me comentaron que es jquery pero es una libreria que se baja? espero su respuesta saludosss
cual es el problema?no sabes leer el codigo fuente?
Código:
<script type="text/javascript" src="http://madebyon.com/wp-content/themes/Madebyonv3/script/jquery-1.2.6.pack.js"></script>
<script type="text/javascript" src="http://madebyon.com/wp-content/themes/Madebyonv3/script/cycle.js"></script>
<script type="text/javascript">
$(function() {
$('#slideshow').cycle({
fx: 'scrollLeft',
speed:500,
timeout:5000,
pause:0
});
});
</script>
<div id="slideshow">
<a href="http://madebyon.com/portfolio/#post-351"><img src="http://madebyon.com/wp-content/uploads/front/sdfront.jpg" width="940" height="362" alt="Shattered Dreams" /></a>
<a href="http://madebyon.com/portfolio/#post-49"><img src="http://madebyon.com/wp-content/uploads/front/skowfront.jpg" width="940" height="362" alt="Some Kind of Wonderful" /></a>
<a href="http://madebyon.com/portfolio/#post-47"><img src="http://madebyon.com/wp-content/uploads/front/csomfront.jpg" width="940" height="362" alt="Constant State of Motion" /></a>
<a href="http://madebyon.com/portfolio/#post-249"><img src="http://madebyon.com/wp-content/uploads/front/eqilibriumfront.jpg" width="940" height="362" alt="Equilibrium" /></a>
</div>
solo te falta descargar cycle.js y jquery y listo