Animations & Motion

Skew Scroller

Velocity-based skew effect that deforms the layout based on scroll speed.

parallaxskewvelocitygrid

Props

Customize the component with these props

PropertyTypeDefaultDescription
images
string[][]Array of image URLs
itemCount
number24Number of items in the grid
backgroundColor
stringbg-[#e1e1e1]Background color of the component
containerHeight
stringh-[400vh]Height of the container
noiseUrl
stringhttps://grainy-gradients.vercel.app/noise.svgURL of noise texture
noiseOpacity
number0.2Opacity of noise overlay
rotation
number-15Rotation angle in degrees
scale
number1.5Scale factor
scrollRange
[number, number][0, 2000]Scroll range
xRange
[number, number][0, -500]X position range
yRange
[number, number][0, -1000]Y position range
gridCols
number4Number of grid columns
aspectRatio
stringaspect-[3/4]Aspect ratio of items
text
stringKINETIC\nGRIDText displayed (use \n for newlines)
textColor
stringtext-whiteColor of the text
textSize
stringtext-8xlSize of the text
className
stringAdditional CSS classes
Skew Scroller - Animations & Motion Component | UILora