creative-connections/Bodylight.js-Components

View on GitHub
src_aurelia-bodylight-plugin/src/elements/animate-adobe.html

Summary

Maintainability
Test Coverage
<template bindable="width,height">
    <div ref="anim_container" style="width:${width}px; height:${height}px">
        <canvas ref="adobecanvas" width="${width}" height="${height}" style="display: block"></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>