Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TimeZoom animation #130

Closed
HaneenAhmedMohy opened this issue Sep 7, 2022 · 4 comments
Closed

TimeZoom animation #130

HaneenAhmedMohy opened this issue Sep 7, 2022 · 4 comments
Labels
T: Feature Type: :tada: New Features

Comments

@HaneenAhmedMohy
Copy link

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

@HaneenAhmedMohy HaneenAhmedMohy added the T: Feature Type: :tada: New Features label Sep 7, 2022
@JonasWanke
Copy link
Owner

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

@HaneenAhmedMohy
Copy link
Author

HaneenAhmedMohy commented Sep 7, 2022

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

@JonasWanke
Copy link
Owner

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
Copy link
Owner

I'm going to close this. Feel free to add a comment or reopen this issue if you have any further questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: Feature Type: :tada: New Features
Projects
None yet
Development

No branches or pull requests

2 participants