creative-connections/aurelia-bodylight-plugin

View on GitHub
src/elements/animate-adobe.html

Summary

Maintainability
Test Coverage
<template bindable="width,height">
    <div ref="anim_container" style="background-color:rgba(255, 255, 255, 1.00); width:${width}px; height:${height}px">
        <canvas ref="adobecanvas" width="${width}" height="${height}" style="display: block; background-color:rgba(255, 255, 255, 1.00);"></canvas>
        <div ref="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:${width}px; height:${height}px; position: absolute; left: 0px; top: 0px; display: block;">
        </div>
    </div>
</template>