Jquery marquee JS

Component ID

1579648

Component name

Jquery marquee JS

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Add the jquery_marquee.js to any page or to specific path.
Works with node's content / Blocks / views + token.

This module can produce the same vertical scrolling effect provided by views ticker

It differs from this module in the fact that Views ticker vertical scrolling effect need to display multiple node's fields, this one works with one or more nodes.

Installation:

In a node or in a block
- Upload and activate the module

- format your text (in full html format) like this:

<marquee behavior="scroll" direction="up" height="75" scrollamount="1" 
width="150"><p>Your text</p></marquee>

In a view:
- add field in your view
- then add this code (change the token_value) in the view's header:

<marquee behavior="scroll" direction="up" scrollamount="1"
          height="65" width="290">
          <p>[token_value]</p>
     </marquee>