Possible en double:
jQuery + RGBA color animationschanger la transparence alpha rgba avec jquery
hey,
je veux changer l'opacité d'une valeur rgba sur le vol stationnaire, mais l'opacité des séjours à 0,07 .. peut-être vous pouvez m'aider à trouver l'erreur.
CSS (hacks IE sont dans le fichier séparé - pas besoin de les mentionner ici)
.boxcaption{
float: left;
position: absolute;
height: 100px;
width: 100%;
background: rgb(255, 144, 11);
background: rgba(255, 144, 11, 0.7);
}
JS
var thumbslide = $('.boxgrid.captionfull').click(function() {
$('.boxgrid.captionfull.clicked').removeClass('clicked').children('.cover').stop().animate({top: 230, background: 'rgba(255, 144, 11, 0.7)'}, 350);
$(this).toggleClass('clicked').children('.cover').stop().animate({top: 0, height:"230px", background: 'rgba(255, 144, 11, 1)'}, 350);
});
merci pour le lien. il y avait un lien utile dans les commentaires: http://pioupioum.fr/sandbox/jquery-color/ – tobiasmay
Ce lien nécessite un login. – Gazillion
La ressource liée est rompue. – Iguananaut