Skip to content

Commit

Permalink
Some more rollbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
bchevalier committed Feb 2, 2016
1 parent 4408e12 commit 6c632a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A comprehensive, high performance, easy to use, open source animation library in
* **High performance** (Competitive with Tweenjs and GSAP, benchmark coming soon)
* **High flexibility** (tween transitions can easily be modified after creation)
* **High customizability** (possibility to use custom easings, interpolations and components)
* **Playing options** (delay, iterations, pingpong, persist and speed)
* **Play options** (delay, iterations, pingpong, persist and speed)
* **Open source** and MIT License (use it as you please)
* A consequent library of **easing and interpolation methods**
* A variety of components such as **Timeline**, **Sequence** and **Recorder** (**CSSTween** coming soon)
Expand Down
2 changes: 1 addition & 1 deletion src/BriefExtension.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ BriefExtension.prototype._complete = function (overflow) {
return;
}

// Removing playable before it completes
// Inactivating playable before it completes
// So that the playable can be reactivated again within _onComplete callback
if (this._player._inactivate(this) === false) {
// Could not be completed
Expand Down

0 comments on commit 6c632a1

Please sign in to comment.