Costa
Costa

Reputation: 654

Fullscreen paging without jquery

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

Answers (1)

Alvaro
Alvaro

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

Demo online

It hasn't been as highly tested as the jQuery one, but it seems there are not many complains about it.

Upvotes: 1

Related Questions