var_cont.
find('.style1') .src(current.sr c).css({ opacity: 1 }).animate({
opacity: 0.6}).end().
is possible to have 2nd opacity with no use of .animate?
and which are a list of animates's parameters?
others :if I use opacity: toggle" I have for just a moment image with
and after nomore is necessary to use others parameters?
find('.style1') .src(current.sr c).css({ opacity: 1 }).animate({
opacity: 0.6}).end().
is possible to have 2nd opacity with no use of .animate?
and which are a list of animates's parameters?
others :if I use opacity: toggle" I have for just a moment image with
and after nomore is necessary to use others parameters?
Comment