Last updated:
0 purchases
parallaxj
what is it #
https://user-images.githubusercontent.com/9412501/159013153-79af72be-30e9-4d92-b34e-7af11c772812.mp4
how to use #
Parallaxable(
offsetRadio: 1.0 / 10,
under: _underBackground(),
above: _aboveBackground(),
)
copied to clipboard
customization #
const Parallaxable({
Key? key,
required this.above,
required this.under,
this.angle = math.pi / 9,
this.rotateDiff = 1.1,
this.offsetRadio = 1.0 / 6,
this.offsetDepth = 2,
})
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.