Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
* README.md updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eser Ozvataf committed Nov 12, 2014
1 parent 3ffe596 commit c1eab25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# laroux.js

[This project](https://github.com/larukedi/laroux.js/) is a jquery substitute for modern browsers.
[This project](https://github.com/larukedi/laroux.js/) is a jquery substitute for modern browsers. But instead of offering some wrappers and own dynamics, it simply provides helper functions to achieve the same objectives with jquery or zepto.

Even though keeping compactness is the primary concern of this library, lightweight versions of some concepts/components will be included such as UI elements and MVC.

So far, it has [Ajax](wiki/ajax), [Anim](wiki/anim), [Cookies](wiki/cookies), [CSS](wiki/css), [Date](wiki/date), [DOM](wiki/dom), [Events](wiki/events), [Forms](wiki/forms), [Helpers](wiki/helpers), [Stack](wiki/stack), [Templates](wiki/templates), [Timers](wiki/timers), [Triggers](wiki/triggers) and [UI](wiki/ui) components.


[![Build Status](https://travis-ci.org/larukedi/laroux.js.png?branch=master)](https://travis-ci.org/larukedi/laroux.js)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/larukedi/laroux.js/badges/quality-score.png?s=0a36236d23cac2919f7aafff510a636d9437abec)](https://scrutinizer-ci.com/g/larukedi/laroux.js/)
Expand Down
2 changes: 1 addition & 1 deletion src/laroux.anim.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},

// { object, property, from, to, time, unit }
// { object, property, from, to, time, unit, reset }
set: function(newanim) {
newanim.startTime = null;

Expand Down

0 comments on commit c1eab25

Please sign in to comment.