All Projects → ruyadorno → angular-simple-slider

ruyadorno / angular-simple-slider

Licence: other
An AngularJS directive providing a simple slider functionality

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to angular-simple-slider

Simple Slider
🎠 The 1kb JavaScript Carousel
Stars: ✭ 583 (+3786.67%)
Mutual labels:  slider, carousel, transition-animation
Vue Glide
A slider and carousel as vue component on top of the Glide.js
Stars: ✭ 225 (+1400%)
Mutual labels:  slider, carousel
vue3-carousel
Vue 3 carousel component
Stars: ✭ 379 (+2426.67%)
Mutual labels:  slider, carousel
angular-downloader
Angular Downloader is an angularjs directive that enables you to manage browser download - https://720kb.github.io/angular-downloader
Stars: ✭ 16 (+6.67%)
Mutual labels:  angularjs, directive
Svelte Carousel
A super lightweight, super simple Carousel for Svelte 3
Stars: ✭ 144 (+860%)
Mutual labels:  slider, carousel
Slider
Touch swipe image slider/slideshow/gallery/carousel/banner mobile responsive bootstrap
Stars: ✭ 2,046 (+13540%)
Mutual labels:  slider, carousel
Keen Slider
The HTML touch slider carousel with the most native feeling
Stars: ✭ 3,097 (+20546.67%)
Mutual labels:  slider, carousel
Widget
A set of widgets based on jQuery&&javascript. 一套基于jquery或javascript的插件库 :轮播、标签页、滚动条、下拉框、对话框、搜索提示、城市选择(城市三级联动)、日历等
Stars: ✭ 1,579 (+10426.67%)
Mutual labels:  slider, carousel
angular-mapboxgl-directive
AngularJS directive for Mapbox GL
Stars: ✭ 43 (+186.67%)
Mutual labels:  angularjs, directive
Angular Tooltips
Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips
Stars: ✭ 357 (+2280%)
Mutual labels:  angularjs, directive
Angular Datepicker
Angularjs datepicker module, generate a datepicker on your input element - https://720kb.github.io/angular-datepicker
Stars: ✭ 486 (+3140%)
Mutual labels:  angularjs, directive
Xam.plugin.simpleappintro
Just a nice and simple AppIntro for your Xamarin Forms project
Stars: ✭ 139 (+826.67%)
Mutual labels:  slider, carousel
Carousel View
CarouselView for android with showing horizontal and vertical, auto scrolling (with pause/resume), slider mode/ carousel mode options
Stars: ✭ 131 (+773.33%)
Mutual labels:  slider, carousel
React Native Swiper Flatlist
👆 Swiper component implemented with FlatList using Hooks & Typescript + strict automation tests with Detox
Stars: ✭ 217 (+1346.67%)
Mutual labels:  slider, carousel
React Responsive Carousel
React.js Responsive Carousel (with Swipe)
Stars: ✭ 1,962 (+12980%)
Mutual labels:  slider, carousel
React Flickity Component
A React.js component for using @desandro's Flickity
Stars: ✭ 232 (+1446.67%)
Mutual labels:  slider, carousel
MediaSliderView
Pure java based, highly customizable media slider gallery supporting both images and videos for android.
Stars: ✭ 85 (+466.67%)
Mutual labels:  slider, carousel
React Spring Slider
A slider component for react
Stars: ✭ 118 (+686.67%)
Mutual labels:  slider, carousel
Ngx Carousel
An amazing responsive carousel for angular 2+ . It have multiple options to control the carousel and also it is very simple to getstarted. Go and try this angular 2+ carousel. Getstarted available in readme file
Stars: ✭ 121 (+706.67%)
Mutual labels:  slider, carousel
angular-barcode
An angular directive for lindell's JsBarcode
Stars: ✭ 25 (+66.67%)
Mutual labels:  angularjs, directive

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:

<simple-slider style="width:612px; height:612px" transition-property="opacity" start-value="0" visible-value="1" end-value="0">
  <img src="http://placekitten.com/g/612/612"/>
  <img src="http://distilleryimage5.s3.amazonaws.com/de66967ac72111e2a23222000aaa0537_7.jpg"/>
  <img src="http://distilleryimage8.s3.amazonaws.com/a042749ac72111e28c3c22000a1fb85a_7.jpg"/>
  <img src="http://distilleryimage4.s3.amazonaws.com/8d32600ec72111e29f1422000a1fbc0e_7.jpg"/>
</simple-slider>

Examples

Many others examples of using can be found on the app/views/main.html file in this repository.

More info

This project is a simple directive implementation of SimpleSlider. Please visit its page for more information.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].