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

[email protected] the API: ` /** * remove property value * @param {...String} args - property name * @return {Frame} An instance itself * @example frame.remove("display") */ public remove(...args: NameType[]) `...

question
solved

**Describe the bug** this code will make the CPU 100%: const frame:Frame = new Frame('background-image: -webkit-gradient(linear, left 0, right 0, from(rgb(4, 94, 170)), to(rgb(1, 152, 216)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;') [email protected]

bug
solved

I want to adjust the order of transform, filter. ```js import { SceneItem } from "scenejs"; const item = new SceneItem(); item.set(0, "transform", "rotate", "0deg"); item.set(0, "transform", "translate", "0px, 0px");...

features

I created a carousel component through the scenery package of scenejs. It works fine when I click on the next or previous one, but I don't know how to make...

question
features
react
solved

question
react
react-native
solved

Add Chrome Extension for timeline with playground

features

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

features

# 2.0 RoadMap * [x] Update react-scenejs * [x] Update vue-scenejs * [x] Add svelte-scenejs * [x] Add vue3-scenejs * [ ] Add demo for frameworks * [ ] Add...

roadmap

## Environments "react": "^18.2.0", "scenejs": "^1.10.3", "react-moveable": "^0.56.0" ## Description In the below clip, I am not able to find what is causing the target 1 element to move away...

## Environments * Framework name: no framework, HTML, CSS, JS * Framework version: - * Scene.js Component version: 1.10.3 * Testable Address(optional): ## Description I seem to have an issue...