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

Commit

Permalink
polymer-animation: iterationDuration -> duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Aug 21, 2013
1 parent 580f6d5 commit 55c4bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polymer-animation/polymer-animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
startDelay: {isNumber: true},
iterationCount: {isNumber: true, allowInfinity: true},
direction: {},
duration: {property: 'iterationDuration', isNumber: true}
duration: {property: 'duration', isNumber: true}
};
for (t in timing) {
if (this[t] !== null) {
Expand Down

0 comments on commit 55c4bc3

Please sign in to comment.