Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruyadorno/angular-simple-slider

An AngularJS directive providing a simple slider functionality
https://github.com/ruyadorno/angular-simple-slider

angularjs carousel directive html javascript js slider transition-animation

Last synced: 19 days ago
JSON representation

An AngularJS directive providing a simple slider functionality

Awesome Lists containing this project

README

        

# Angular SimpleSlider

version: 1.0.0

## About

This **AngularJS** directive aims to provide a simple slider element for your application.

## Usage

To use the directive, simply import one of the `dist/` files into your html and initiate the `angularSimpleSlider` module.

The following example shows you how to configure a slider with 612x612 pixels using an fading animation:

```html




```

## Examples

Many others examples of using can be found on the [app/views/main.html](https://github.com/ruyadorno/angular-simple-slider/blob/master/app/views/main.html) file in this repository.

## More info

This project is a simple directive implementation of [SimpleSlider](http://ruyadorno.github.io/SimpleSlider/). Please visit its page for more information.

## License

MIT