summaryrefslogtreecommitdiff
path: root/include/mbgl/util/interpolate.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Move interpolate.hpp to public include directoryJohn Firebaugh2017-03-281-0/+89
|
* make most headers privateKonstantin Käfer2014-12-041-27/+0
|
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+2
|
* Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-201-0/+25
While here, do not interpolate style properties that are not transitionable. The previous behavior was to switch from old to new value halfway through the transition; now the new value is used immediately, as in JS.