Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] easeTo: linear interpolation over zoom instead of scale #15281

Merged
merged 3 commits into from
Aug 8, 2019

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    70cbfce View commit details
    Browse the repository at this point in the history
  2. [core] Reuse flyTo constant screen velocity calculation for easeTo im…

    …plementation.
    
    When using flyTo for easeTo:
    Limit zoom out to min(startZoom, targetZoom).
    Reduce cinematic zoom in animation at the end of transition,
    Linear zoom interpolation.
    
    The patch also sets linear interpolation for flyTo edgeInsets animation, as it looks more appropriate to follow the approach taken for pitch and bearing.
    
    Fixes: #15144
    astojilj committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    685e836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f64a6 View commit details
    Browse the repository at this point in the history