| Index: third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js b/third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js
|
| index b31fb71a39cf407cd1e9318cb005e851b5140e7a..aee9e6702d8123e33836af5b9709586a95a52b46 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sdk/CSSMetadata.js
|
| @@ -655,12 +655,16 @@ SDK.CSSMetadata._propertyDataMap = {
|
| 'transform-origin': {values: ['left', 'center', 'right', 'top', 'bottom']},
|
| 'transform-style': {values: ['flat', 'preserve-3d']},
|
| 'transition-timing-function': {
|
| - values:
|
| - ['ease', 'linear', 'ease-in', 'ease-out', 'ease-in-out', 'step-start', 'step-end', 'steps', 'cubic-bezier']
|
| + values: [
|
| + 'ease', 'linear', 'ease-in', 'ease-out', 'ease-in-out', 'step-start', 'step-end', 'steps', 'frames',
|
| + 'cubic-bezier'
|
| + ]
|
| },
|
| 'animation-timing-function': {
|
| - values:
|
| - ['ease', 'linear', 'ease-in', 'ease-out', 'ease-in-out', 'step-start', 'step-end', 'steps', 'cubic-bezier']
|
| + values: [
|
| + 'ease', 'linear', 'ease-in', 'ease-out', 'ease-in-out', 'step-start', 'step-end', 'steps', 'frames',
|
| + 'cubic-bezier'
|
| + ]
|
| },
|
| 'animation-direction': {values: ['normal', 'reverse', 'alternate', 'alternate-reverse']},
|
| 'animation-play-state': {values: ['running', 'paused']},
|
|
|