Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (31 loc) · 623 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 623 Bytes

jquery.textroll.js

demo

DEMO and examples

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