Move standard transition handling logic into separate function
This patch refactors standard CSS property transition calculation to be isolated to calculateTransitionUpdateForStandardProperty(). This is in preparation for introducing another separate function called calculateTransitionUpdateForCustomProperty() that enables CSS Transitions on registered custom properties. This patch is a refactor and does not change behaviour. BUG=671904 Review-Url: https://codereview.chromium.org/2725803006 Cr-Commit-Position: refs/heads/master@{#455702}
Showing
Please register or sign in to comment