summaryrefslogtreecommitdiff
path: root/src/mbgl/style/property_transition.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-181-17/+0
|
* [core] Move class handling to StyleBruno de Oliveira Abinader2016-03-181-3/+1
|
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-3/+3
|
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
|
* [core] Remove MapData dependency from StyleParserJohn Firebaugh2015-10-231-5/+5
| | | | | | | | | | MapData was needed for two things: getting the default transition and fade durations, and detecting still rendering vs. continuous. The first is avoided by making transition durations optional, and supplying the default fallback value at evaluation time. The second did not fix the still rendering issue, and will be followed up with a different approach in a later commit.
* Unify default transition values in MapDataBruno de Oliveira Abinader2015-07-141-0/+2
| | | | | | | | | | | Relevant changes: - Added 'defaultFadeDuration' and 'defaultTransitionDelay' to MapData; - Painter & StyleParser now receives a reference to MapData; - As previously seen on the code: 300ms is the default fade duration and 0ms is the default transition duration; - We no longer pass the current time point to Style, since it now uses MapData.animationTime, which gets updated in MapContext::update(). - Updated StyleParser check to use a mock MapData;
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-3/+4
|
* Use std::chronoLeith Bade2015-02-041-3/+4
|
* make most headers privateKonstantin Käfer2014-12-041-0/+15