Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peachananr/tiltedpage_scroll
Create a beautiful 3D tilted effect on scroll with jQuery Tilted Page Scroll plugin
https://github.com/peachananr/tiltedpage_scroll
Last synced: 5 days ago
JSON representation
Create a beautiful 3D tilted effect on scroll with jQuery Tilted Page Scroll plugin
- Host: GitHub
- URL: https://github.com/peachananr/tiltedpage_scroll
- Owner: peachananr
- License: gpl-2.0
- Created: 2014-03-07T09:13:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T01:22:13.000Z (over 4 years ago)
- Last Synced: 2024-08-02T12:23:26.640Z (3 months ago)
- Language: JavaScript
- Homepage: http://peachananr.github.io/tiltedpage_scroll/demo/tiltedpage_scroll_demo.html
- Size: 906 KB
- Stars: 323
- Watchers: 17
- Forks: 136
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-web-effect - tiltedpage_scroll - Create a beautiful 3D tilted effect on scroll with jQuery Tilted Page Scroll plugin (🚀 A series of exquisite and compact web page cool effects / Image Effect)
- awesome-web-effect - tiltedpage_scroll - Create a beautiful 3D tilted effect on scroll with jQuery Tilted Page Scroll plugin (🚀 A series of exquisite and compact web page cool effects / Image Effect)
README
#Tilted Page Scroll by Pete R.
Create a beautilful 3D tilted scrolling effect for your website with jQuery Tilted Page Scroll.
Created by [Pete R.](http://www.thepetedesign.com), Founder of [Travelistly](http://www.Travelistly.com) and [BucketListly](http://www.bucketlistly.com)## Demo
[View demo](http://peachananr.github.io/tiltedpage_scroll/demo/tiltedpage_scroll_demo.html)## Compatibility
Modern browsers such as Chrome, Firefox, and Safari on both desktop and smartphones have been tested. I have not tested this on IE.## Basic Usage
With this plugin, you can create a beautiful scrolling effect and turn a simple layout website into something surprising.
To do this, first you have to include the latest jQuery library together with `jquery.tiltedpage_scroll.js` and `tiltedpage_scroll.css` into your document's ``. Now lay out your HTML markup as follows:
````html
...
...
...
...
````That's it for the HTML part. Isn't that easy? Now, you can just call the function like this, and watch the magic happens:
````javascript
$(".main").tiltedpage_scroll({
sectionContainer: "> section", // In case you don't want to use tag, you can define your won CSS selector here
angle: 50, // You can define the angle of the tilted section here. Change this to false if you want to disable the tilted effect. The default value is 50 degrees.
opacity: true, // You can toggle the opacity effect with this option. The default value is true
scale: true, // You can toggle the scaling effect here as well. The default value is true.
outAnimation: true // In case you do not want the out animation, you can toggle this to false. The defaul value is true.
});
````Now you will have another cool way to showcase your website to your viewers. I hope you find this free plugin useful.
If you want to see more of my plugins, visit [The Pete Design](http://www.thepetedesign.com/#design), or follow me on [Twitter](http://www.twitter.com/peachananr) and [Github](http://www.github.com/peachananr).
## Other Resources
- Tutorial (Coming Soon)