WebSettings.EnableSmoothTransition Method

Definition

Caution

deprecated

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

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

Returns

Attributes

Remarks

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

This member is deprecated. This method is now obsolete, and will become a no-op in future.

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