English 中文(简体)
im ation ation
原标题:animation not very smooth
  • 时间:2010-11-15 13:16:04
  •  标签:
  • jquery

我制作了一个小型幻灯片。 然而,它确实看不出非常顺利。 我如何能够使过渡更加顺利?

这里是相关法典。 在本案中,湿度为350px。 档次为1 000,是估计时间。 我试图将这一点设定为不同的价值观,而且仍然有同样的ja。

$( #slideShowInner ).stop(true,true).animate({ left : -=  + wod}, tranSpeed, function (){ autoSlide = setTimeout(fred, slidetime) });

http://www.en2krew.com/clothing.html“rel=“nofollow” http://www.en2krew.com/clothing.html。

增 编

这里使用的是《html法典》:

<div id="slideShowWindow">
<div id="slideShowInner">    
<img src="images/clothingphotos/sonnytshirt.jpg" alt="" width="350" height="350" />
<img src="images/clothingphotos/bethtshirt.jpg" alt="" width="350" height="350" />
<img src="images/clothingphotos/mayaelliejesstshirt.jpg" alt="" width="350" height="350" />
<img src="images/clothingphotos/alfiemilessebtshirt.jpg" alt="" width="350" height="350" />
<img src="images/clothingphotos/geehat.jpg" alt="" width="350" height="350" />
<img src="images/clothingphotos/aaronhat.jpg" alt="" width="350" height="350" />
</div>
<div id="buttons">
<img id="clickPrev" src="images/prevButton.jpg" height="17" width="15" />  
<img id="clickNext" src="images/nextButton.jpg" height="17" width="15" />
<div id="pauseHolder">
<img class="clickMe" id="clickPause" src="images/pauseButton.jpg" height="17" width="15" />
</div>
<div class="clearer"></div>
<!-- buttons--></div>
<!-- slideShowWindow --></div>
最佳回答

尽管我注意到了后来的“贱民”问题,但这个问题就好了。 该项目没有标的。

我估计,这可能是间隙/婚礼,但当我拿走时仍在这样做。

最后,“放弃”就是这样。 它对一切的罚款——甚至E9。 在IE8中,我会发现一台膝上型计算机(尽管是一种好,但FF、Saf等是好的)。

我决定与它一起生活。

问题回答

[大概]

我与我的朋友Aogles进行了研究。

引号:: IE, jQuery and <p>

将<代码><p>s改为其他内容。

1. 规定左边位置为绝对值,而不是在较小的加薪中循环:

$( #slideShowInner ).stop(true,true).animate({
     left : =  + wodFinal //set final value and loop fewer times
}, tranSpeed,  easingName , function (){ 
    autoSlide = setTimeout(fred, slidetime) 
})

我知道这是一个老的问题,但我发现这个网站。 非常有益。 基本需要与间隙和安放;





相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签