🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Textroll.js is a jQuery plugin for adding some scroll effect to text.

Animation Plugins Text Effect

Documentation

jquery.textroll.js

jQuery plugin for adding some effect to text : DEMO

Usage

Simple

    $(".someClass").textroll();

With Options

    $(".someClass").textroll({         easing: 'easeInOutCirc',         speed: 700,         delay: 400     }); 

Options

speed

  • Type: Integer
  • Default: 600

delay

  • Type: Integer
  • Default: 1000

isMotionUp

  • Type: Boolean
  • Default: true

easing

  • Type: String
  • Default: linear

You May Also Like