All Projects β†’ daybrush β†’ scenejs-timeline

daybrush / scenejs-timeline

Licence: MIT license
🎬 @scenejs/timeline is a component that represents the timeline of Scene.js. You can control time, properties, and items.

Programming Languages

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

Projects that are alternatives of or similar to scenejs-timeline

Scenejs
🎬 Scene.js is JavaScript & CSS timeline-based animation library
Stars: ✭ 2,019 (+1264.19%)
Mutual labels:  timeline, scenejs, css3-animation
Adtimeline
Timeline of Active Directory changes with replication metadata
Stars: ✭ 252 (+70.27%)
Mutual labels:  timeline
Jquery.timeline
You can easily create the horizontal timeline with two types by using this jQuery plugin.
Stars: ✭ 179 (+20.95%)
Mutual labels:  timeline
Midianimationtrack
SMF (.mid) file importer for Unity Timeline
Stars: ✭ 243 (+64.19%)
Mutual labels:  timeline
Animated Timeline
πŸ”₯ Create timeline and playback based animations in React
Stars: ✭ 197 (+33.11%)
Mutual labels:  timeline
Mojs Player
GUI player to control your animations
Stars: ✭ 243 (+64.19%)
Mutual labels:  timeline
Scrape Twitter
🐦 Access Twitter data without an API key. [DEPRECATED]
Stars: ✭ 166 (+12.16%)
Mutual labels:  timeline
laravel-quasar
β°πŸ“Šβœ¨Laravel Time Series - Provides an API to create and maintain data projections (statistics, aggregates, etc.) from your Eloquent models, and convert them to time series.
Stars: ✭ 78 (-47.3%)
Mutual labels:  timeline
Timelines
A powerful & easy to use timeline package for Flutter! πŸš€
Stars: ✭ 246 (+66.22%)
Mutual labels:  timeline
Just Animate
Making Animation Simple
Stars: ✭ 242 (+63.51%)
Mutual labels:  timeline
Life
Life - a timeline of important events in my life
Stars: ✭ 2,627 (+1675%)
Mutual labels:  timeline
Iky
OSINT Project
Stars: ✭ 203 (+37.16%)
Mutual labels:  timeline
Stream Rails
Rails Client - Build Activity Feeds & Streams with GetStream.io
Stars: ✭ 250 (+68.92%)
Mutual labels:  timeline
React Timeline 9000
React Timeline
Stars: ✭ 184 (+24.32%)
Mutual labels:  timeline
react-timeline-9000
React Timeline
Stars: ✭ 259 (+75%)
Mutual labels:  timeline
Timeline
η€‘εΈƒζ΅εΌηš„ζ—Άι—΄θ½΄
Stars: ✭ 2,028 (+1270.27%)
Mutual labels:  timeline
Mojs Timeline Editor
GUI for interactive `html`/`custom points`/`timeline` editing while crafting your animations
Stars: ✭ 215 (+45.27%)
Mutual labels:  timeline
Timelinestoryteller
An expressive visual storytelling environment for presenting timelines on the web and in Power BI. Developed at Microsoft Research.
Stars: ✭ 244 (+64.86%)
Mutual labels:  timeline
UnityUIPlayables
Tracks and Clips for controlling the Unity UI (uGUI) with Timeline.
Stars: ✭ 277 (+87.16%)
Mutual labels:  timeline
SwiftTweener
A pure Swift animation engine.
Stars: ✭ 74 (-50%)
Mutual labels:  timeline

Scene.js Timeline

npm version React React

@scenejs/timeline is a component that represents the timeline of Scene.js
You can control time, properties, and items.

Scene.js  /  Example

βš™οΈ Installation

$ npm i @scenejs/timeline
<script src="https://daybrush.com/scenejs-timeline/release/latest/dist/timeline.pkgd.min.js"></script>

πŸš€ How to use

import Scene from "scenejs";
import Timeline, { SelectEvent } from "@scenejs/timeline";

const scene = new Scene({
    ...
});

const timeline = new Timeline(scene, document.body, {
    keyboard: true,
});

timeline.on("select", (e: SelectEvent) => {
    console.log(e.selectedItem);
});

πŸ“¦ Packages

⭐️ 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-timeline 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 Issue on GitHub.

πŸ“ 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].