1.0.2 • Published 5 years ago

@wufe/floor-animation v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Moving floor animation - React Component

Moving floor


Installation

yarn add @wufe/floor-animation

How to use

Code

import FloorAnimation from '@wufe/floor-animation';

const App = () => <div>
	<FloorAnimation />
</div>

Props

PropTypeDefaultDefinition
scalenumber60Dimensions of the triangles (in px)
pitchnumber0Pitch of the camera
yawnumber3.05Yaw of the camera
colorstring"#000"Color for the background
modenumber00 for simplex noise animation, 1 for random animation
precisionnumber1precision for simplex noise mode
canvasClassNamestring""class name to be applied to the canvas
canvasStyleobject{}object containing css style for the canvas
listenWindowResizebooltrueautomatic recalc on resize

Reporting issues

  • Look for any related issues.
  • If you find an issue that seems related, please comment there instead of creating a new one.
  • If you find no related issue, create a new one.
  • Include all details you can ( operative system, environment, interpreter version, etc.. ).
  • Include the error log.
  • Remember to check the discussion and update if there changes.

Contributing

  • Fork the repository
  • Create your feature branch
  • Commit your changes and push the branch
  • Submit a pull request
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago