Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

squarefactor/skrollr-decks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skrollr-decks 0.1.3

skrollr plugin for fullpage presentation decks

#Documentation

First of all: look at the example http://trysound.github.io/skrollr-decks/

Download the dist/skrollr.decks.min.js file and include it right after the skrollr.min.js file. Then you need to call skrollr.decks.init() passing optionally some options. Here's a full example.

skrollr.decks.init({
    // Class of sections
    segment: 'skrollr-decks-segment',
    
    // Class of auxiliary segment navigation. Not matter for markup
    nav: 'skrollr-decks-nav'
});

Every segment must have id.

For all segments will set min-height with the height of window. It will autoresize with the window resizing.

If the height of segment more than window height then it will be scrolled.

About

skrollr plugin for fullpage presentation decks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%