scenejs icon indicating copy to clipboard operation
scenejs copied to clipboard

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

Results 26 scenejs issues
Sort by recently updated
recently updated
newest added

I've been enjoying working your svelte-movable library. Would love to know if you've considered a svelte client for scenejs.

features

![image](https://user-images.githubusercontent.com/1256745/90381332-cce9e280-e0af-11ea-8edf-276a6cd007e7.png)

bug

![image](https://user-images.githubusercontent.com/23370805/82134928-c4bfa400-982f-11ea-9633-8984820e21d7.png) I found that it is necessary to add nodes within the preset time period. If I want to add nodes outside the second time period, what should I do?...

question

I have some elemens in a `Scene`, and I would like to have the animations applied only when `Scene` is playing. The scenario is the elements can be moved around...

In timeLine i want to delete designated node what can i do? ``` .on('select', (e: SelectEvent) => { console.log(e.selectedItem); }); ``` it only get the track,it can not get node...

question

Hey there, get an error when trying to use `Scene.transition` documented here https://daybrush.com/scenejs/features.html#transition. ``` scenejs__WEBPACK_IMPORTED_MODULE_15__.default.transition is not a function ``` Using npm package version `1.1.7`, same issue with `1.1.4`. It...

html ``` ``` ts ``` keyframes2 = {}; ngAfterViewInit() { this.keyframes2 = { item1: { 0: { display: 'none', }, 1: { display: 'block', opacity: 0, }, 2: { opacity:...

import { NgxSceneComponent, NgxSceneItemComponent, NgxSceneModule } from "ngx-scenejs"; @NgModule({ declarations: [ // NgxSceneComponent, // NgxSceneItemComponent, ], imports: [ BrowserModule, NgxMoveableModule, ], })

question

**Describe the bug** Problems with Frame when adding a background or background-image URL, it returns an [Object object] when you do toCSS(); **Desktop (please complete the following information):** - OS:...

bug
complete