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

Commit

Permalink
polymer-animation: update timing param names
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Oct 10, 2013
1 parent 3f3ed10 commit 7054cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polymer-animation/polymer-animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@
get timingProps() {
var props = {};
var timing = {
fillMode: {},
fillMode: {property: 'fill'},
easing: {},
delay: {isNumber: true},
iterationCount: {isNumber: true, allowInfinity: true},
direction: {},
duration: {property: 'duration', isNumber: true}
duration: {isNumber: true}
};
for (t in timing) {
if (this[t] !== null) {
Expand Down

0 comments on commit 7054cd2

Please sign in to comment.