marquee

This implementation of marquee is used with elements rather than text. It allows infinite biderectional loop of elements scrolling horizontally.

OTHER License

Stars
9
Committers
1

Marquee

This implementation of marquee is used with elements rather than text. It allows infinite biderectional loop of elements scrolling horizontally. This implemention utilises CSS3 transitions and downgrades to manipulating parent element scroll overflow for browsers that don's implement transitions. Tested on gte IE7.

I got the idea to downgrade to scroll transition from Remy Sharp implementation of text marquee.

Demo

The demo will give an idea of the required styling and DOM structure.

License & Notes

The BSD License - Copyright (c) 2013 Gajus Kuizinas.