// 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
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.