publish lib web

what is it

online

https://user-images.githubusercontent.com/9412501/159013153-79af72be-30e9-4d92-b34e-7af11c772812.mp4

how to use

pub

Parallaxable(
    offsetRadio: 1.0 / 10,
    under: _underBackground(),
    above: _aboveBackground(),
)

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,
})

Libraries

parallaxj