-
Notifications
You must be signed in to change notification settings - Fork 69
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
Transitions between different image sizes #18
Comments
hi, I'm aware of this, i'm going to address it soon! |
status
|
Is the resizeMode in gl-transition lib currently in a working state? I don't notice a difference in behaviour (it all looks like "stretch" to me) when I specify 'cover' or 'contain' in createTransition. |
in gl-transition this should be supported:
maybe there is a bug? the remaining lib that is not supported yet is react-gl-transition (in a branch) |
If you load two images with different dimmensions, transitions is pretty weird.
Is there any thing I am missing?
The text was updated successfully, but these errors were encountered: