Giter Site home page Giter Site logo

sshyran / goscrolljs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from basemax/goscrolljs

0.0 0.0 0.0 27 KB

Tiny and Powerful Library for change place of the scroll and focus on element.

License: GNU General Public License v3.0

JavaScript 74.22% HTML 25.78%

goscrolljs's Introduction

GoScroll

GoScrollJs

Tiny and Powerful Library for change place of the scroll and focus on element.

GoScroll.min.js File Size GoScroll.min.js Validation Code

Features

  • Fast
  • Compact
  • No dependencies
  • With animation and effects

Arguments

Argument Name Goal
data-scroll-go Go to a element
data-scroll-offset Set Custom Offset (default : 50)
data-scroll-time Set Custom Time (default : 500)
data-scroll-to Go to a position (pixel)

Samples

To view the full details, run the Example.html file.

data-scroll-go

<button data-scroll-go="#id_name">Go</button>
<button data-scroll-go=".class_name">Go</button>

data-scroll-offset

<button data-scroll-offset="150" data-scroll-go=".class_name">Go</button>

data-scroll-time

<button data-scroll-time="5000" data-scroll-go=".class_name">Go</button>

data-scroll-to

<button data-scroll-to="280">Go</button>

onclick

<button data-scroll-go="span.class_name" onclick="goscroll.go(this)">
<button data-scroll-to="480" onclick="goscroll.goto(this)">

License

GoScroll is licensed under the GNU General Public License.

goscrolljs's People

Contributors

basemax avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.