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

Creating Custom Transformer #11

Open
FullStackDesign opened this issue Sep 7, 2021 · 0 comments
Open

Creating Custom Transformer #11

FullStackDesign opened this issue Sep 7, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@FullStackDesign
Copy link

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(...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants