
Angular Scene.js
🎬 An Angular Component that create JavaScript & CSS timeline-based animation with Scene.js.
About Scene.js / API / Features / CodeSandbox Demo
Installation
$ npm install ngx-scenejsMake scene
- app.module.ts
; - app.component.ts
- app.component.html
Props
| name | type | default | description |
|---|---|---|---|
| css | boolean | false | Check to play with CSS |
| autoplay | boolean | false | Check to play automatically |
| keyframes | object | {} | Specify properties by time. |
| ready | boolean | true | Check if you are ready to init and play. |
| ...options | Check out the options | ||
| ...events | Check out Scene's events Check out SceneItem's events |
Development
This project was generated with Angular CLI version 8.0.1.
Development server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
License
MIT License
Copyright (c) 2016 Daybrush