Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
adjust for the name change in web-animations-js
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jan 2, 2014
1 parent bc39904 commit 2ad3dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer-animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
if (this.sample) {
effect = {sample: this.sample};
} else {
effect = new KeyframeAnimationEffect(frames, this.composite);
effect = new KeyframeEffect(frames, this.composite);
}
return effect;
},
Expand Down

0 comments on commit 2ad3dde

Please sign in to comment.