
Scene.js Effects
🎬✨ Effect collection library where you can add effects with Scene.js
About Scene.js / API / Features / Examples
⚙ ️Installation
npm
$ npm install @scenejs/effectsscript
🛠️ How to use
; Scene .shake .setDuration1 .setSelector".className" .play; ✨ Effects
-
kineticFrame: Create a frame that moves the origin in the opposite direction as it moves through the transform. (CodePen)

-
typing: Make a typing effect that is typed one character at a time like a typewriter. (CodePen)

-
keyframer: Make the CSS Keyframes Playable Animator(SceneItem). (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)

-
transition: Switch the scene from
item1toitem2. (CodePen)

👏 Contributing
If you have any questions or requests or want to contribute to scenejs or other packages, please write the issue or give me a Pull Request freely.
🐞 Bug Report
If you find a bug, please report to us opening a new Issues on GitHub.
📝 License
MIT License
Copyright (c) 2019 Daybrush







