🎬 Effect collection library where you can add effects with Scene.js
About Scene.js  / API  / Features  / Examples
$ npm install @scenejs/effects
<script src="//daybrush.com/scenejs/release/latest/dist/scene.min.js"></script>
<script src="//daybrush.com/scenejs-effects/release/latest/dist/effects.min.js"></script>
import { shake, flip, fadeIn, wipeIn } from "@egjs/effects";
Scene
.shake()
.setDuration(1)
.setSelector(".className")
.play();
-
typing: Make a typing effect that is typed one character at a time like a typewriter. (CodePen)
-
flip: You can create a flip effect horizontally, vertically, or diagonally. (CodePen)
-
flipX: You can create an effect that flips vertically around the x-axis. (CodePen)
-
flipY: You can create an effect that flips horizontally around the y-axis. (CodePen)
MIT License
Copyright (c) 2019 Daybrush