Giter VIP home page Giter VIP logo

slider.js's Introduction

About Slider.js v2

We are working hard to release Slider.js v2 ASAP. It will come with a better website and a lot of new features, themes and transitions.

During that time, please understand Slider.js v1 will not be a priority.

We are absolutely not closed to contribution but we first need to release the first Slider.js v2 platform.

Thanks for your understanding.

What do you need?

You can download the library with the download button.

Dependencies:

  • jQuery

Why jQuery?

Slider.js uses jQuery because it provides a cross-browser and simple DOM API. Anyway, it could be adapted to other libraries in the future.

Note for Slider.js developers

The project is build with a Makefile and via the make command. The command takes care to compile LESS and CoffeeScript code when files change.

There are some dependencies to make it work.

Required commands:

  • coffee, to compile the CoffeeScript.
  • lessc, to compile the LESS.
  • yuicompressor, to minimize the Javascript.
  • docco, to build the documentation. It is (currently) an NodeJS package

You are not required to use the Makefile if you simply want to adapt Slider.js to your website (you can just edit the compiled CSS and Javascript which are still readable) but if you want to contribute to Slider.js by pull request please use it to keep all compiled files "synchronized" in a coherent state.

TIPS

These are both command I use to run to focus on the development:

while((1)); do make; sleep 1; done   # that's a little hacky but make does nothing if no file has changed

python -m SimpleHTTPServer 8001      # or equivalent to run a http server

License

Copyright 2011 Gaetan Renaudeau

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

slider.js's People

Contributors

gre 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.