@gokturk413/iobroker.webui-gsap
v0.2.9
Published
GSAP Animation Web Component for ioBroker
Maintainers
Readme
ioBroker GSAP Animation Web Component
A powerful web component for creating GSAP animations in ioBroker projects.
Installation
npm install iobroker.webui-gsapUsage
<script type="module">
import 'iobroker.webui-gsap/dist/gsap-component.js';
</script>
<gsap-animation
animation-effect="rotation"
ease="power1.inOut"
target-element-id="myElement">
</gsap-animation>Properties
animation-effect: Type of animation (rotation, scale, skew, translate, etc.)ease: Easing function (power1.in, power1.out, etc.)target-element-id: ID of the target element to animate- And more...
License
MIT
