Examples
new Puffin({
selector: '.puffin-example',
image: '/assets/images/Assassins.jpg',
duration: 0.4,
delay: 0,
overlay: "Demonstration puffin.js",
parts: [
{
x: -80,
y: -100,
height: 150,
width: 120,
},
{
x: -90,
y: 60,
height: 150,
width: 170,
delay: 0.1,
duration: 0.4,
},
{
x: 140,
y: 90,
height: 210,
width: 160,
delay: 0.2,
duration: 0.5,
},
{
x: 120,
y: -60,
height: 160,
width: 150,
delay: 0.3,
duration: 0.6,
},
],
})