WebSettings.EnableSmoothTransition Method

Definition

Gets whether the WebView enables smooth transition while panning or zooming.

[Android.Runtime.Register("enableSmoothTransition", "()Z", "GetEnableSmoothTransitionHandler")]
public abstract bool EnableSmoothTransition ();
[<Android.Runtime.Register("enableSmoothTransition", "()Z", "GetEnableSmoothTransitionHandler")>]
abstract member EnableSmoothTransition : unit -> bool

Returns

Boolean
Attributes

Remarks

Java documentation for android.webkit.WebSettings.enableSmoothTransition().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also