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

add support for animated images #7999

Merged
merged 5 commits into from
Mar 12, 2019
Merged

add support for animated images #7999

merged 5 commits into from
Mar 12, 2019

Commits on Mar 6, 2019

  1. add support for animated images

    Add support for a `StyleImageInterface` that allows images to be
    rerendered with a `render` method.
    
    Add a `map.updateImage(...)` method that can be used to do
    one-off updates to images.
    ansis committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    473789b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. fix: es6 nit

    ansis committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    2bc2eb6 View commit details
    Browse the repository at this point in the history
  2. fix: dry up loop

    ansis committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    92b19fa View commit details
    Browse the repository at this point in the history
  3. add the third thing

    ansis committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    740518f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    719a245 View commit details
    Browse the repository at this point in the history