From 7054cd26b15bdaa55cf65836f313a445e316d702 Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Thu, 10 Oct 2013 11:28:38 -0700 Subject: [PATCH] polymer-animation: update timing param names --- polymer-animation/polymer-animation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polymer-animation/polymer-animation.html b/polymer-animation/polymer-animation.html index 66e3004..498ae20 100644 --- a/polymer-animation/polymer-animation.html +++ b/polymer-animation/polymer-animation.html @@ -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) {