Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make filter property animatable. #17288

Merged
merged 5 commits into from Jun 19, 2017
Merged

Make filter property animatable. #17288

merged 5 commits into from Jun 19, 2017

Commits on Jun 19, 2017

  1. Preserve the unit when interpolating/adding angles with matching units.

    If the units of two angles being interpolated/added matches, we should preserve
    the original unit; otherwise, we fall back to radians. This matches the behavior
    of Gecko.
    mantaroh committed Jun 19, 2017
  2. Add function which convert from URLValueData to SpecifiedUrl.

    We will need to convert from URLValueData to SpecifiedUrl when cloning the
    stylo's data from gecko's data. Because the filter structure on gecko has url as
    URLValue type. We will use this convert function when interpolating as
    discrete also(Bug 1368610).
    mantaroh committed Jun 19, 2017
  3. Add the disable anotation of filter's css-tests in order to skip time…

    …out fail.
    mantaroh committed Jun 19, 2017
You can’t perform that action at this time.