当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

scenejs

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 孟翰海
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Scene.js

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

Official Site  /  API  /  Features  /  Examples

Translations: ���� ����


                 

�� Examples

More Examples

⚙️ Installation

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

�� Documents

�� Packages

Package Version Description
react-scenejs A React Component that create JavaScript & CSS timeline-based animation with Scene.js.
ngx-scenejs An Angular Component that create JavaScript & CSS timeline-based animation with Scene.js.
vue-scenejs A Vue Component that create JavaScript & CSS timeline-based animation with Scene.js.
preact-scenejs A Preact Component that create JavaScript & CSS timeline-based animation with Scene.js.
@scenejs/effects Effect collection library where you can add scene effects to Scene.js.
@scenejs/timeline A library that represents the timeline of Scene.js. You can control time, properties, and items.
@scenejs/media A library for playing or controlling media with Scene.js.
@scenejs/iframe A library that control the animation of iframe with Scene.js.
@scenejs/render Make a movie of CSS animation through Scene.js.

�� 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();

Effects

�� Supported Browsers

Internet Explorer Chrome FireFox Safari Opera
9+(10+ playCSS) latest latest latest latest

⭐️ 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].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [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.
  •         为实现企业80%以上的生产数据进行智能转化,在烟草、造纸、能源、电力、机床、化肥等行业,赢得领袖企业青睐,助力企业构建AI赋能中心,实现智能化转型升级。以AI驱动,构建5G时代下企业数智基础,从根本上改变了数据采集、存储和使用的方式,是当下企业构建数字化与智能化能力的首选产品。构建面向未来智能工厂全场景的全息交互模式,实现物理空间与数字空间的混合孪生。为国产工打造一个用户可以自研的

相关阅读

相关文章

相关问答

相关文档