Reputation: 654
I'd like to such behavior to my project, but I use ember fastboot, so I cant use jQuery
is there some non-jquery plugins like fullPage.js?
Here is example what I need: https://github.com/alvarotrigo/fullPage.js
Upvotes: 0
Views: 1249
Reputation: 41605
As per the comments, you can always use the pure Javascript version of fullpage.js itself:
https://github.com/alvarotrigo/fullPage.js/tree/master/pure%20javascript%20%28Alpha%29
It hasn't been as highly tested as the jQuery one, but it seems there are not many complains about it.
Upvotes: 1