Preview 2.0 is now in Public Beta!
Read the Announcement
TouchManager

Summary

Constructors

constructor

new TouchManager(): TouchManager
Returns TouchManager

Properties

enableGlobalTapAnimations

Static
enableGlobalTapAnimations: boolean

touchAnimationDefinitions

Static
touchAnimationDefinitions: {
animation: Animation;
type: TouchAnimationTypes;
}[]

touchHandlers

Static
touchHandlers: {
  handler: any
}[]

Methods

addAnimations

Static
addAnimations(view: View): void
Parameter Default Description
view

Returns void

startAnimationForType

Static
startAnimationForType(view: View, type: TouchAnimationTypes): void
Parameter Default Description
view

type
TouchAnimationTypes

Returns void
Previous
TimePicker