| Index: third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation.html
|
| diff --git a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation.html b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation.html
|
| index 4f9a381857adc2ee0b07cfb69c64515f615505ad..1a1ae875b01a4984b78d6f7770531562b52bb1d5 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation.html
|
| +++ b/third_party/polymer/v1_0/components-chromium/neon-animation/animations/slide-down-animation.html
|
| @@ -11,7 +11,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <link rel="import" href="../web-animations.html">
|
|
|
| <!--
|
| -`<slide-down-animation>` animates the transform of an element from `translateY(-100%)` to `none`.
|
| +`<slide-down-animation>` animates the transform of an element from `none` `translateY(100%)`.
|
| The `transformOrigin` defaults to `50% 0`.
|
|
|
| Configuration:
|
|
|