Skip to content

Commit

Permalink
Merge branch 'chiunhau-fix-broken-animationFrame-example'
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Jan 12, 2018
2 parents 97cf011 + 69a3543 commit 1a363ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/scheduler/animationFrame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { AnimationFrameScheduler } from './AnimationFrameScheduler';
* @example <caption>Schedule div height animation</caption>
* const div = document.querySelector('.some-div');
*
* Rx.Scheduler.schedule(function(height) {
* Rx.Scheduler.animationFrame.schedule(function(height) {
* div.style.height = height + "px";
*
* this.schedule(height + 1); // `this` references currently executing Action,
Expand Down

0 comments on commit 1a363ad

Please sign in to comment.