You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to create custom transformations like adding a parallax effect. Currently, it is not possible because the class "PageTransformer" is not exposed therefore one cannot extend nor implement the said class. It would be nice to have the option to create your custom transformations like the "ScaleAndFadeTransformer" class or via a builder i.e. PageTransformerBuilder(builder: (Widget child, TransformInfo info) { return ParrallaxContainer(...)
The text was updated successfully, but these errors were encountered:
I would like to be able to create custom transformations like adding a parallax effect. Currently, it is not possible because the class "PageTransformer" is not exposed therefore one cannot extend nor implement the said class. It would be nice to have the option to create your custom transformations like the "ScaleAndFadeTransformer" class or via a builder i.e.
PageTransformerBuilder(builder: (Widget child, TransformInfo info) { return ParrallaxContainer(...)
The text was updated successfully, but these errors were encountered: