0

I have a page that asks users for information to fill out a form. When they submit, I take them to a screen that says "Calculating your results...".

I want a progress bar that fluidly loads from 0-100% in 10 or so seconds. The kicker is that I want the progress bar to be a grayed out version of my logo (the logo is purely text, but non-web text) that's slowly filled with color like a progress bar, to 100%.

Is there any way to do this in jQuery? Or do I have to make something in Flash?

Thanks!

4

1 に答える 1

0

別の方法は、新しい<progress></progress>タグを使用し、CSS を使用してロゴを背景に配置することです。これは Firefox でのスタイル設定の簡単な概要です。これは 1 年以上前のものなので、より多くの情報が公開されていると思います。

http://blog.oldworld.fr/index.php?post/2011/07/The-HTML5-progress-element-in-Firefox

于 2012-08-30T22:47:12.087 に答える