@@ -37,14 +37,14 @@ npm install react-parallax-tilt
37
37
- Supports ** mouse** and ** touch** events
38
38
- Support for device tilting (** gyroscope** )
39
39
- ** Glare** effect 🌟 with custom props (color, position,...) [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--parallax-effect-glare-scale )
40
- - Events to keep track of component values 📐 (tilt, glare, mousemove,...) [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--event-params )
40
+ - ** Event tracking ** for component values 📐 (tilt, glare, mousemove,...) [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--event-params )
41
41
- Many effects that can be easily applied:
42
- - ** scale ** on hover [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--scale )
43
- - ** disable ** x/y axis [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--tilt-disable-axis )
44
- - ** flip ** component vertically/horizontally [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--flip-vh )
45
- - tilt hover effect on the ** whole window ** [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--track-on-window )
46
- - tilt component with custom ** manual input ** 🕹 (joystick, slider etc.) [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--tilt-manual-input )
47
- - ** parallax ** effect on overlaid images [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--parallax-effect-img )
42
+ - ** Scale ** on hover [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--scale )
43
+ - ** Disable ** x/y axis [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--tilt-disable-axis )
44
+ - ** Flip ** component vertically/horizontally [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--flip-vh )
45
+ - ** Window ** tilt hover effect [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--track-on-window )
46
+ - ** Manual tilt ** control 🕹 (joystick, slider etc.) [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--tilt-manual-input )
47
+ - ** Parallax ** effect on overlaid images [ 🔗demo] ( https://mkosir.github.io/react-parallax-tilt/?path=/story/react-parallax-tilt--parallax-effect-img )
48
48
49
49
## Example
50
50
0 commit comments