Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

lipenco/frills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frills - beautiful museover effect for image gallery

Easy set up

// initialize and run:

var frills = F$({
  // required setting for img element selector:
  element: $('.projectThumbnail'), 
  
  // optional setting for 'frills' color:
  // color: '#5B527F',
  
  // optional setting for width of img element, default el.width():
  // elWidth: 300
});

// API:
// frills.stop() - stop exisiting instance
// frills.restart() - restart exisiting instance

About

opensource library to boost up you photo gallery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published