jquery-easing-parabola

1.0.0 • Public • Published

jQuery easing parabola

This script adds new easing to jQuery library.

Usage

Here is an example of usage

  $('.sun').animate({
        top: '45px'
    }, {
        'duration': 6000, //6 seconds
        'easing': 'parabola' //easing
    });

Fiddler example

Try now

/jquery-easing-parabola/

    Package Sidebar

    Install

    npm i jquery-easing-parabola

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • hevyweb