Perspectives
Easily add perspective on mousemove and deviceorientation
Getting started
Simply include <script src="https://unpkg.com/perspectives"></script>
into your HTML file and add the class 'with-perspective' to target elements' parent.
I am a 3D title
Contributing
This project is open to and encourages contributions! Feel free to discuss any bug fixes/features in the issues. If you wish to work on this project:
- Fork the project
- Create your feature branch (
git checkout -b new-feature-branch
) - Commit your changes (
git commit -am 'add new feature'
) - Push to the branch (
git push origin new-feature-branch
) - Submit a pull request!