English 中文(简体)
• 如何通过 Java实施CSS3过渡?
原标题:How to apply CSS3 transitions through JavaScript?

I m having some major headache trying to apply CSS3 transitions to a slideshow trough JavaScript.

基本上讲, Java的文字在幻灯中得到了所有幻灯,如果没有CSS3的转换支持,它会仅仅在不过渡的情况下采用风格,则将CSS的班级应用到正确的元件中,以产生冰.效应。

Now, my little problem. All works as expected, all slides get the correct styles, the code runs without bugs (so far). But the specified transitions do not work, even though the correct styles where applied. Also, styles and transitions work when I apply them myself trough the inspector.

自2006年以来 我本人认为,有人可以回答这个问题,但很有理由?

I ve put together a little example of what the code is right now: http://g2f.nl/38rvma

问题回答

建立了CSS3过渡机制,允许在未加瓦文的情况下进行估算,因此这是反动的。 解决办法是:,将估算作为背后编码,或请Stu Nicholls用于CSS2解决办法。





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

热门标签