From f91072a6b035a3064f0b47b93c7af7a21d7bb796 Mon Sep 17 00:00:00 2001 From: Eric Wolfe Date: Mon, 20 Mar 2017 17:00:53 -0700 Subject: [ios][macos] Document that transitions using setStyleURL are not supported (#8475) --- platform/darwin/src/MGLStyle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform') diff --git a/platform/darwin/src/MGLStyle.h b/platform/darwin/src/MGLStyle.h index 0dddec307b..bd17fdec44 100644 --- a/platform/darwin/src/MGLStyle.h +++ b/platform/darwin/src/MGLStyle.h @@ -194,8 +194,8 @@ MGL_EXPORT @property (nonatomic, strong) NS_SET_OF(__kindof MGLSource *) *sources; /** - Values describing animated transitions to styling changes, either to the style URL - or to individual properties. + Values describing animated transitions to changes on a style's individual + paint properties. */ @property (nonatomic) MGLTransition transition; -- cgit v1.2.1