Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 390 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 390 Bytes

LoveFlies

Loving-heart-flying animation.

Demo

Demo  

Usage

var loveFlyCreator = require('path/to/loveflies.js');
$trigger.addEventListener(
    'click',
    function (e) {
        loveFlyCreator($container, {
            type: 'text',
            scaleFrom: 0.2,
            scaleTo: 1
        });
    },
    false);