Socket
Socket
Sign inDemoInstall

scenejs

Package Overview
Dependencies
6
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    scenejs

JavaScript & CSS timeline-based animation library


Version published
Weekly downloads
3.1K
decreased by-1.74%
Maintainers
1
Install size
2.70 MB
Created
Weekly downloads
 

Changelog

Source

1.10.3 (2023-06-05)

:sparkles: Packages

  • react-scenejs 2.0.0-beta.14
  • scenejs 1.10.3
  • svelte-scenejs 1.0.0-beta.12
  • vue-scenejs 2.0.0-beta.11
  • vue2-scenejs 1.0.0-beta.11

:bug: Bug Fix

:mega: Other

  • All
  • vue2-scenejs, vue-scenejs, svelte-scenejs, react-scenejs

Readme

Source

Scene.js

npm version Github actions Coveralls github React Vue 2 Vue 3 Svelte

🎬 Scene.js is an JavaScript & CSS timeline-based animation library.

Official Site  /  API  /  Features  /  Examples


                 

🚀 Examples

More Examples

⚙️ Installation

$ npm install scenejs
<script src="//daybrush.com/scenejs/release/latest/dist/scene.min.js"></script>

📄 Documents

🎬 Make Scene

import Scene from "scenejs";

const scene = new Scene({
  ".class": {
    0: "left: 0px; top: 0px; transform: translate(0px);",
    1: {
      "left": "100px",
      "top": "0px",
      transform: "translate(50px)",
    },
    2: {
      "left": "200px",
      "top": "100px",
      transform: {
        translate: "100px",
      },
    }
  }
}, {
  selector: true,
  easing: "ease-in-out",
}).play();

📦 Packages

PackageVersionDescription
react-scenejsA React Component that create JavaScript & CSS timeline-based animation with Scene.js.
vue-scenejsA Vue Component that create JavaScript & CSS timeline-based animation with Scene.js.
vue3-scenejsA Vue 3 Component that create JavaScript & CSS timeline-based animation with Scene.js.
svelte-scenejsA Svelte Component that create JavaScript & CSS timeline-based animation with Scene.js.
@scenejs/effectsEffect collection library where you can add scene effects to Scene.js.
@scenejs/timelineA library that represents the timeline of Scene.js. You can control time, properties, and items.
@scenejs/mediaA library for playing or controlling media with Scene.js.
@scenejs/iframeA library that control the animation of iframe with Scene.js.
@scenejs/renderMake a movie of CSS animation through Scene.js.

✨ Effects

🌐 Supported Browsers

Internet ExplorerChromeFireFoxSafariOpera
9+(10+ playCSS)latestlatestlatestlatest

⭐️ Show Your Support

Please give a ⭐️ if this project helped you!

👏 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.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

📝 License

This project is MIT licensed.

MIT License

Copyright (c) 2016 Daybrush

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Keywords

FAQs

Last updated on 05 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc