All Projects → daybrush → Scenejs

daybrush / Scenejs

Licence: mit
🎬 Scene.js is JavaScript & CSS timeline-based animation library

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to Scenejs

scenejs-timeline
🎬 @scenejs/timeline is a component that represents the timeline of Scene.js. You can control time, properties, and items.
Stars: ✭ 148 (-92.67%)
Mutual labels:  timeline, scenejs, css3-animation
Scena
🎬 Scena is a component that represents the timeline of Scene.js. You can control time, properties, and items.
Stars: ✭ 259 (-87.17%)
Mutual labels:  scene, timeline, preact
com.pixelwizards.utilities
Some Unity utilities (UV tools, resource checker etc) packaged for Unity's Package Manager
Stars: ✭ 61 (-96.98%)
Mutual labels:  timeline, scene
preact-motion
A fork of React-Motion to be used with Preact
Stars: ✭ 28 (-98.61%)
Mutual labels:  preact, motion
css2video
Python library to convert CSS animations into video
Stars: ✭ 55 (-97.28%)
Mutual labels:  css3, css3-animation
web-animation-club
CSS controlled animations with transitionEnd, onTransitionEnd, animationend, onAnimationEnd events and frame throwing. Tiny javascript library with cross-browser methods to handle css animation/transition callbacks and event loop frame throwing. 📚🖥️📱
Stars: ✭ 52 (-97.42%)
Mutual labels:  css3, javascript-animation-library
Mojs
The motion graphics toolbelt for the web
Stars: ✭ 17,189 (+751.36%)
Mutual labels:  timeline, motion
Simple Code
30分钟能够掌握的js代码或css技巧
Stars: ✭ 144 (-92.87%)
Mutual labels:  css3
Goober
🥜 goober, a less than 1KB 🎉 css-in-js alternative with a familiar API
Stars: ✭ 2,317 (+14.76%)
Mutual labels:  preact
Covid 19 Timeline
请关注端点星案和张展。// 以社会学年鉴模式体例规范地统编自2019年末起武汉新冠肺炎疫情进展的时间线(2019年12月1日-2020年4月24日)。感谢志愿者的辛劳操作。A sociology timeline (2019.12.1-2020.4.24) on how Wuhan Coronavirus break and spread, edited by anonymous volunteers.
Stars: ✭ 142 (-92.97%)
Mutual labels:  timeline
Interactive Repulsive Effect
🍫 An interactive repulsion effect of grid items as seen in BestServedBold's Dribbble shot "Holographic-Interactions".
Stars: ✭ 141 (-93.02%)
Mutual labels:  motion
Csscreatures
Make a creature by tweeting to @csscreatures
Stars: ✭ 144 (-92.87%)
Mutual labels:  css3
Nanui
NanUI is an open source .NET project for .NET / .NET Core developers who want to use front-end technologies such as HTML5 / CSS3 to build user interfaces for Windows Form applications.
Stars: ✭ 2,090 (+3.52%)
Mutual labels:  css3
Roadmap Web Developer 2017
Front-end (HTML5/CSS3/Javascript related) technologies to learn in 2017
Stars: ✭ 142 (-92.97%)
Mutual labels:  css3
Motionbook Source
Official MotionBook Source Code
Stars: ✭ 156 (-92.27%)
Mutual labels:  motion
Alien.js
Future web pattern
Stars: ✭ 141 (-93.02%)
Mutual labels:  css3
Kstimeline
Simple custom timeline written in swift
Stars: ✭ 157 (-92.22%)
Mutual labels:  timeline
Preact Slots
🕳 Render Preact trees into other Preact trees, like portals.
Stars: ✭ 156 (-92.27%)
Mutual labels:  preact
Flutter app
🔥🔥🔥本项目包括各种基本控件使用(Text、TextField、Icon、Image、Listview、Gridview、Picker、Stepper、Dialog、Slider、Row、Appbar、Sizebox、BottomSheet、Chip、Dismissible、FlutterLogo、Check、Switch、TabBar、BottomNavigationBar、Sliver等)、豆瓣电影、tubitv、每日一文、和天气、百姓生活、随机诗词、联系人、句子迷、好奇心日报、有道精品课、高德定位、音乐播放器🎵、追书神器等板块
Stars: ✭ 2,140 (+5.99%)
Mutual labels:  timeline
Greact
like preact, but for go with wasm
Stars: ✭ 149 (-92.62%)
Mutual labels:  preact

Scene.js

npm version Travis (.org)

🎬 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].