Skip to content

Commit

Permalink
docs: ANIMATION_DURATION should be DURATION
Browse files Browse the repository at this point in the history
  • Loading branch information
stristr committed Jun 21, 2014
1 parent 0796036 commit f70264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/services/famousAnimate.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* ```javascript
* var Transitionable = $famous['famous/transitions/Transitionable'];
* var SnapTransition = $famous['famous/transitions/SnapTransition'];
* var ANIMATION_DURATION = 500;
* var DURATION = 500;
*
* $scope.transitionable = new Transitionable[Math.PI / 4];
*
Expand Down

0 comments on commit f70264d

Please sign in to comment.