Discussion:
how to make this really beautifull pattern
hno
2010-02-10 06:27:27 UTC
Permalink
HI
I have seen this pattern in http://www.altsoftware.com/index.php .
there are news menu in the left side . Please visit this site . The
news will be change with a really beautiful pattern in every 5
seconds

I think it has been written with jquery but I don't know how can I
make something like this

How can I do so ?
thanks
hno
2010-02-10 14:45:46 UTC
Permalink
Post by hno
HI
I have seen this pattern in http://www.altsoftware.com/index.php .
there are news menu in the left side . Please visit this site . The
news will be change with a really beautiful pattern in every 5
seconds
I think it has been written with jquery but I don't know how can I
make something like this
How can I do so ?
thanks
so , How can I do so ?

I'm waiting ... .
Rick Faircloth
2010-02-10 14:51:31 UTC
Permalink
I would start by having a look at the functionality of this plug-in:

http://malsup.com/jquery/cycle/

Hope this helps...

Rick

-----Original Message-----
From: jquery-***@googlegroups.com [mailto:jquery-***@googlegroups.com] On
Behalf Of hno
Sent: Wednesday, February 10, 2010 9:46 AM
To: jQuery (English)
Subject: [jQuery] Re: how to make this really beautifull pattern
Post by hno
HI
I have seen this pattern in http://www.altsoftware.com/index.php .
there are news menu in the left side . Please visit this site . The
news will be change with a really beautiful pattern in every 5
seconds
I think it has been written with jquery but I don't know how can I
make something like this
How can I do so ?
thanks
so , How can I do so ?

I'm waiting ... .
Jonathan Vanherpe (T & T nv)
2010-02-10 14:56:45 UTC
Permalink
Post by hno
Post by hno
HI
I have seen this pattern in http://www.altsoftware.com/index.php .
there are news menu in the left side . Please visit this site . The
news will be change with a really beautiful pattern in every 5
seconds
I think it has been written with jquery but I don't know how can I
make something like this
How can I do so ?
thanks
so , How can I do so ?
I'm waiting ... .
How about you just look at the source code?

http://www.altsoftware.com/alt_news_rotator.js

There's comments and everything
--
Jonathan Vanherpe - Tallieu & Tallieu nv - ***@tnt.be
Nathan Klatt
2010-02-10 15:04:51 UTC
Permalink
On Wed, Feb 10, 2010 at 8:56 AM, Jonathan Vanherpe (T & T nv)
Post by Jonathan Vanherpe (T & T nv)
How about you just look at the source code?
http://www.altsoftware.com/alt_news_rotator.js
There's comments and everything
FTW!!!

Nathan Klatt
2010-02-10 14:54:51 UTC
Permalink
Post by hno
I have seen this pattern in http://www.altsoftware.com/index.php .
there are news menu in the left side . Please visit this site . The
news will be change with a really beautiful pattern in every 5
seconds
Just animate the position and opacity or color.

http://api.jquery.com/animate/

Nathan
Loading...