mouse_parallax library

Classes

ParallaxLayer
A layer in the parallax stack. This serves as a blueprint for the transformations of a widget in a ParallaxStack. It contains all the animatable properties of the child. This is not a widget.
ParallaxStack
A Widget that allows you to stack and animate the children of parallax layers.
ParallaxStackParentData
Parent data for use with StaticParallaxStack.
RenderParallaxStack
Implements the Parallax Stack layout and paint. The RenderParallaxStack lays out its children based on their respective offsets. By default, the StaticParallaxStack's size will match it's largest child's size.
StaticParallaxStack
A Parallax Stack which does not animate its children. It is animated by the ParallaxStack.