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

Latest commit

 

History

History
23 lines (16 loc) · 471 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 471 Bytes

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