1.0.4 • Published 11 years ago

tilting-image v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
11 years ago

TiltingImage

A React component that adds a tilt effect on images.

Inspired by ImageTiltEffect.

See it in action here.

Install

With npm:

npm install tilting-image

Or grab TiltingImage.js.

Usage

<TiltingImage src="images/image1.jpeg" width="800px" height="600px" />

Options

src - the image source

width - component width (accepts any CSS width values)

height - component height (accepts any CSS height values)

className - adds a class attribute (optional)

1.0.4

11 years ago

1.0.3

11 years ago

1.0.2

11 years ago

1.0.1

11 years ago