timetable icon indicating copy to clipboard operation
timetable copied to clipboard

TimeZoom animation

Open HaneenAhmedMohy opened this issue 1 year ago • 3 comments

Is Timezoom Animation supported on the web ? and if not will it be supported soon?

HaneenAhmedMohy avatar Sep 07 '22 09:09 HaneenAhmedMohy

Yes, animating the TimeZoom widget is supported on all platforms. You can animate it using timeController.animateTo(…) or timeController.animateToShowFullDay(…)

JonasWanke avatar Sep 07 '22 09:09 JonasWanke

@JonasWanke and is it zooming the timeTable range(out and in) in all platforms as well?

HaneenAhmedMohy avatar Sep 07 '22 09:09 HaneenAhmedMohy

This package doesn't use any platform-specific code. Zooming the time (vertically) uses a RawGestureDetector with a (slightly modified) ScaleGestureRecognizer, so it should work on all platforms that support multiple simultaneous pointers

JonasWanke avatar Sep 07 '22 10:09 JonasWanke