Skip to content

steel-scene/steel-scene-plugin-gsap

Repository files navigation

SteelScene + GSAP

SteelScene animations with GSAP

npm version Build Status Downloads

Why use SteelScene + GSAP?

  • Create GSAP animations using human readable HTML or JSON
  • Zero config

Power this project up with 🌟s, ^ star it please.

Setup

Setup for use in the browser

Include these scripts

<script src="https://unpkg.com/steel-scene/dist/steel-scene.min.js"></script>
<script src="https://unpkg.com/steel-scene-plugin-gsap/dist/steel-scene-plugin-gsap.min.js"></script>

Setup for bundling

npm install steel-scene-plugin-gsap --save

Docunentation

Contributions

Contributions and issues are very welcome :) Make sure to put in an issue with your intent before doing a Pull Request.