This project is not covered by Drupal’s security advisory policy.

Views Ticker Type Text

This module provides a Views Style Plugin to enable you to use a Ticker Type Effect with any custom View when using the drupal/views module.

Installation

By default, there are no library files to download because they are served from the CDN. New
installations will be configured to use the last version with which the module was tested. You can change this setting at admin/config/development/views_ticker_type_text. Other options
include using the latest version from the CDN or to serve the library files locally from your own server.

**_UPDATE 24/03/2024:_**
Library dependencies should now be downloaded by default by Composer. This
assumes Drupal library is in the `web` folder e.g. `/web/libraries`

If you want to serve the library files from your own site instead of the CDN and use composer to manage your dependencies, I would recommend using excellent `oomphinc/composer-installers-extender`. I have written an short article on how this can be used to install your js dependencies by type here: `https://www.danlobo.co.uk/article/using-composer-manage-your-js-dependen...`

Alternatively you can download and install them locally. ZIP files of the compiled library are available on github and elsewhere. You may download a specific version from
github:
- https://github.com/2dareis2do/vis
- https://github.com/2dareis2do/ticker-type-text

Ultimately, for this to function correctly you will need to have the
following files in these directories:

1. /libraries/ticker-type-text/dist/js/index.js
2. /libraries/ticker-type-text/dist/css/style.css
3. /libraries/visable/dist/index.js

Configuring the Plugin

Configuring this plugin provides multiple options. These can be configured from the settinng form found in the Ticker Type Text style.

For more details on these parameters, please see the included
documentation at https://github.com/2dareis2do/ticker-type-text

Project information

Releases