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

Implement an API that allows animating certain properties of an existing display list. #832

Merged
merged 1 commit into from Feb 8, 2017

Commits on Feb 7, 2017

  1. Implement an API that allows animating certain properties of

    an existing display list.
    
    Currently, this allows animating the transform and opacity of
    a stacking context, but it can easily be extended in the future
    to handle other property types (e.g. other filters etc).
    
    The current list of property values are passed via the
    GenerateFrame message, which ensures that all animated properties
    are updated atomically.
    
    The implementation right now is far from optimal. The idea here
    is to get the public API correct and implemented, and then we can
    focus on optimizing the implementation, once the in-progress work
    on scroll layers and reference frames lands.
    gw3583 committed Feb 7, 2017
You can’t perform that action at this time.