Skip to content

Commit

Permalink
Merge pull request #34 from erichbehrens/release/v1.0.0
Browse files Browse the repository at this point in the history
Release/v1.0.0
  • Loading branch information
erichbehrens committed Apr 19, 2018
2 parents 90c155d + 8f08bae commit 5338ff2
Show file tree
Hide file tree
Showing 7 changed files with 1,203 additions and 720 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# react-animated-slider

[![npm version](https://img.shields.io/npm/v/react-animated-slider.svg)](https://www.npmjs.com/package/react-animated-slider)
[![downloads](https://img.shields.io/npm/dt/react-animated-slider.svg)](https://www.npmjs.com/package/react-animated-slider)
[![Greenkeeper badge](https://badges.greenkeeper.io/erichbehrens/react-animated-slider.svg)](https://greenkeeper.io/)
[![CircleCI](https://circleci.com/gh/erichbehrens/react-animated-slider/tree/master.svg?style=shield)](https://circleci.com/gh/erichbehrens/react-animated-slider/tree/master)
[![dependencies](https://david-dm.org/erichbehrens/react-animated-slider.svg)](https://david-dm.org/erichbehrens/react-animated-slider)
[![devDependencies](https://david-dm.org/erichbehrens/react-animated-slider/dev-status.svg)](https://david-dm.org/erichbehrens/react-animated-slider?type=dev)
[![downloads](https://img.shields.io/npm/dt/react-animated-slider.svg)](https://www.npmjs.com/package/react-animated-slider)

Animated slider component for react.

[Demo](https://p582xl40j.codesandbox.io/) - [Playground](https://codesandbox.io/s/p582xl40j)
[Demo](http://erichbehrens.github.io/react-animated-slider/) - [Codesandbox Playground](https://codesandbox.io/s/p582xl40j)

![Preview](https://res.cloudinary.com/riangle/image/upload/v1511700118/react-animated-slider_qqedfm.png)

Expand Down
8 changes: 3 additions & 5 deletions build/horizontal.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.slider {
position: relative;
width: 100%;
height: 200px;
height: 400px;
overflow: hidden
}

Expand All @@ -27,10 +27,7 @@
.slider a.previousButton:not(.disabled):hover, .slider a.nextButton:not(.disabled):hover {
-webkit-transform: translateY(-50%) scale(1.25);
transform: translateY(-50%) scale(1.25);
}

.slider a.previousButton.disabled, .slider a.nextButton.disabled {
cursor: default;
cursor: pointer;
}

.slider a.previousButton {
Expand Down Expand Up @@ -83,3 +80,4 @@
.slide.animateOut.next {
left: -100%;
}

Loading

0 comments on commit 5338ff2

Please sign in to comment.