Skip to content

Victa/neat.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neat.js

The jQuery plugin written for Neat Tumblr Theme will be released on MIT licence soon.

Stay tuned

DRAFT

Markup

<section class="items">

    <article class="item">
        [...]
    </article>

    [...]

    <article class="item photo">
      <div>

        <figure>
          <img src="pic.jpg" class="neat-pic" alt="My awesome pic">
        </figure>

      </div>
    </article>

    [...]

</section>

Launch the plugin

$('.items').neat({
      speed: 200,
      fluidPicMargin: 200,
      fluidPicMinSize: 400,
      forceScrolling: true,
      horizontal: false,
      hidePrevious: true,
      hidePreviousWith3d: false
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published