0

I sincerely apologize if this is a noob question, however I am failrly new to web development and would like to ask the community with some help and advice in creating a type of flashing "new" button on a website.

What I am trying to achieve is an eye catching e.g. "new products" button.

Could anyone point me to a good tutorial for asp .net, JavaScript or jquery.

Thanks in advance and kind regards, geoNeo

4

1 に答える 1

0

Web サイトで何かを点滅させるという貧弱な UI デザインの側面は別として、点滅するボタンのアニメーション GIF 画像を作成し、onclickイベントを使用して、ユーザーがボタンをクリックしたときに次のページにリダイレクトすることができます。

アニメーション GIF の場合は、数回点滅させてから、ずっと長い時間点灯させてから、アニメーションをループさせることをお勧めします。そうすれば、ユーザーの注意を引くことができますが、その方法はやや控えめになります。

于 2012-05-15T19:07:57.923 に答える