English 中文(简体)
iphone html animations?
原标题:iphone html animations?

我正在建造一个使用尼姆布吉特的“html”本地人,其中一部分涉及im。 我建造了320个有230px 48的平方位,其中包含了im,并且正在使用javascript loop。 这里是对法典的迅速和 d the。

     var pic = 0;
    function stamp(){
        //alert("animated");
        //alert("Stamp");
        var image;
        if(pic<=48){
        image = "url( Animations/Smiley/"+pic+".png )";
        $( #animation ).css("background-image",image);
        pic++;
        }

    }
    function beginStamp(){
        var stamp = window.setInterval("stamp()", 33.33);
        window.setTimeout("clearIt()", 1599.84);
    }

    function clearIt(){

        window.clearInterval(stamp);
        $( #animation ).css("z-index",0);

    }

    var animated = setTimeout("animate()",600);
    var start = setTimeout("beginStamp()",1600);

问题在于,im酸 is是一 to,一 to。 所有照片都在当地储存,因此不是网络速度/下载问题。 第一次 run升后,气温会越平? 仍有许多浮油。 是否有任何人知道如何利用html、cs、js、 query和Nimble工具包确定这一方法,或采用更好的方法(如我确信有这种方法)来进行移动优化消化分析? 感谢!

最佳回答

虽然这些图像是当地人,但仍需将其装上记忆——即当你打上<条码>后地-日。 c 规定指新增加的URL,以检查所需资源是否已经装载,如果不需要阅读图像档案,则需要一段时间。 这可能是问题。

在节目装满时,首先装上所有图像,然后,当你第一次向用户展示时,应当ok。 你们应该能够这样做,先把上面的代码与所隐藏的形象相传。

问题回答

暂无回答




相关问题
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.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签