Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobart committed Jan 13, 2014
1 parent 6a0f9e7 commit bb79c25
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## OwlCarousel ##
>v.1.31
>v.1.3.2
Touch enabled jQuery plugin that lets you create beautiful responsive carousel slider.
[Visit Owl Carousel landing page](http://owlgraphic.com/owlcarousel)
Expand Down
2 changes: 1 addition & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>Changelog</h1>
<span class="label label-success">v1.3.2</span> <span class="label">21.11.2013</span>
<ul>
<li>Changed semantic versioning v1.32 > v1.3.2</li>
<li>clean-up the code</li>
<li>Clean-up the code</li>
<li>Move out transitons styls to owl.transitions.css file</li>

</ul>
Expand Down
1 change: 1 addition & 0 deletions demos/transitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ <h1>CSS3 Transitions</h1>
<div class="row">
<div class="span12">
<h1>Setup</h1>
<p>From update 1.3.2 all transitions styles are moved out from main owl.carousel.css file to owl.transitions.css</p>
<p><strong>Important! CSS3 transition works only in modern browsers that support CSS3 translate3d methods and only with single item on screen.</strong><br><br>
Use <code>transitionStyle</code> option to set transtion. There are four predefined transitions: <code>"fade"</code>, <code>"backSlide"</code>, <code>goDown</code> and <code>scaleUp</code>.
<br><br>
Expand Down
1 change: 1 addition & 0 deletions owl-carousel/owl.carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*
*/

/*JS Lint helpers: */
/*global dragMove: false, dragEnd: false, $, jQuery, alert, window, document */
/*jslint nomen: true, continue:true */

Expand Down
2 changes: 1 addition & 1 deletion owl-carousel/owl.carousel.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion owl-carousel/owl.theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Owl Carousel Owl Demo Theme
* v1.3.1
* v1.3.2
*/

.owl-theme .owl-controls{
Expand Down

0 comments on commit bb79c25

Please sign in to comment.