Skip to content

Commit

Permalink
Merge caaae75 into 5484144
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 29, 2019
2 parents 5484144 + caaae75 commit 15fad7a
Show file tree
Hide file tree
Showing 33 changed files with 7,012 additions and 6,699 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Daybrush
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
Expand Down
119 changes: 77 additions & 42 deletions README.md
@@ -1,16 +1,28 @@
Scene.js [![npm version](https://badge.fury.io/js/scenejs.svg)](https://badge.fury.io/js/scenejs) [![Build Status](https://travis-ci.org/daybrush/scenejs.svg?branch=master)](https://travis-ci.org/daybrush/scenejs) [![Coverage Status](https://coveralls.io/repos/github/daybrush/scenejs/badge.svg?branch=master)](https://coveralls.io/github/daybrush/scenejs?branch=master)
============

Scene.js is an Javascript Aniamtion Library. Make Your Homepage Dynamic.
<div align="center">
<img src="https://daybrush.com/scenejs/images/clapperboard.png" width="250"/></p>

# Scene.js
[![npm version](https://badge.fury.io/js/scenejs.svg)](https://badge.fury.io/js/scenejs) [![Build Status](https://travis-ci.org/daybrush/scenejs.svg?branch=master)](https://travis-ci.org/daybrush/scenejs) [![Coverage Status](https://coveralls.io/repos/github/daybrush/scenejs/badge.svg?branch=master)](https://coveralls.io/github/daybrush/scenejs?branch=master) [![TypeScript](https://badges.frapsoft.com/typescript/version/typescript-next.svg?v=101)](https://github.com/ellerbrock/typescript-badges/)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

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


[**Home**](https://daybrush.com/scenejs) &nbsp;/&nbsp; [**API**](https://daybrush.com/scenejs/release/latest/doc) &nbsp;/&nbsp; [**Features**](http://daybrush.com/scenejs/features.html) &nbsp;/&nbsp; [**Examples**](https://codepen.io/collection/DLWxrd/)

</div>


<br>


<p align="middle" style="max-width: 1000px; margin: 0px auto;" >
<img src="https://daybrush.github.io/scenejs/example/logo.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
<img src="https://daybrush.github.io/scenejs/example/scenejs.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
<img src="https://daybrush.github.io/scenejs/example/motion.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
<img src="https://daybrush.github.io/scenejs/example/main.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
<img src="https://daybrush.github.io/scenejs/example/dissolve.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
<img src="https://daybrush.github.io/scenejs/example/motion.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
<img src="https://daybrush.github.io/scenejs/example/scenejs.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
<img src="https://daybrush.github.io/scenejs/example/parallax.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
<img src="https://daybrush.github.io/scenejs/example/raindrop.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
<img src="https://daybrush.github.io/scenejs/example/search.gif" width="280" style="min-width:200px;max-width:320px;width: 32%;"/>&nbsp;
Expand All @@ -21,9 +33,13 @@ Scene.js is an Javascript Aniamtion Library. Make Your Homepage Dynamic.
## Examples
* [Circle Burst](https://codepen.io/daybrush/pen/zWMeJW)
* [Motion Effect](https://codepen.io/daybrush/pen/pLxQGY)
* [Tree Animation](https://codepen.io/daybrush/pen/EQPPBg)
* [Snow Animation](https://codepen.io/daybrush/pen/eoYGrx)
* [Card Rotation](https://codepen.io/daybrush/pen/QYRyMd)
* [Raindrop Effect](https://codepen.io/daybrush/pen/vRrbXG)
* [Cube](https://codepen.io/daybrush/pen/ybxwpV)
* [Shape](https://codepen.io/daybrush/pen/VXVgpE)
* [Timer](https://codepen.io/daybrush/pen/OdMMXd)

[**More Examples**](https://codepen.io/collection/DLWxrd/)

Expand All @@ -33,25 +49,28 @@ Scene.js is an Javascript Aniamtion Library. Make Your Homepage Dynamic.
```bash
$ npm install scenejs
```
```js
<script src="//daybrush.github.io/scenejs/release/latest/dist/scene.min.js"></script>
```html
<script src="//daybrush.com/scenejs/release/latest/dist/scene.min.js"></script>
```

## Documents
* [API documentation](https://daybrush.github.io/scenejs/release/latest/doc/)

## 1st party libraries
* [**media-scene**](https://www.npmjs.com/package/media-scene): A library for playing or controlling media
* [**scenejs-render**](https://www.npmjs.com/package/scenejs-render): Make a movie of CSS animation through scenejs.

## Framework Components
* [**react-scenejs**](https://www.npmjs.com/package/react-scenejs): A React Component that can easily use scenejs
* [**ng-scene**](https://www.npmjs.com/package/ng-scene): A Angular Component that can easily use scenejs
* [**vue-scene**](https://www.npmjs.com/package/vue-scene): A Vue Component that can easily use scenejs
* [API Documentation](https://daybrush.com/scenejs/release/latest/doc/)
* [Features Documentation](https://daybrush.com/scenejs/features.html)

## Related Projects
* [**react-scenejs**](https://github.com/daybrush/scenejs/tree/master/packages/react-scenejs): A React Component that can easily use scenejs.
* [**ng-scene**](https://github.com/daybrush/scenejs/tree/master/packages/ng-scene): A Angular Component that can easily use scenejs.
* [**vue-scene**](https://github.com/daybrush/scenejs/tree/master/packages/vue-scene): A Vue Component that can easily use scenejs.
* [**keyframer**](https://github.com/daybrush/keyframer): Make the CSS Keyframes the keyframes object.
* [**@scenejs/effects**](https://github.com/daybrush/scenejs-effects): Effect collection library where you can add scene effects to Scenejs.
* [**@scenejs/timeline**](https://github.com/daybrush/scenejs-timeline): A library that represents the timeline of Scene.js. You can control time, properties, and items.
* [**@scenejs/media**](https://github.com/daybrush/scenejs-media): A library for playing or controlling media
* [**@scenejs/iframe**](https://github.com/daybrush/scenejs-iframe): A library that control the animation of iframe with scenejs
* [**@scenejs/render**](https://github.com/daybrush/scenejs-render): Make a movie of CSS animation through scenejs.

## Make scene
```javascript
import Scene, {EASE_IN_OUT} from "scenejs";
import Scene from "scenejs";

const scene = new Scene({
".class": {
Expand All @@ -67,33 +86,25 @@ const scene = new Scene({
}
}, {
selector: true,
easing: EASE_IN_OUT,
easing: "ease-in-out",
}).play();

```

## easing
* [EASE](https://daybrush.github.io/scenejs/release/latest/doc/easing.html#.EASE)
* [EASE_IN](https://daybrush.github.io/scenejs/release/latest/doc/easing.html#.EASE_IN)
* [EASE_OUT](https://daybrush.github.io/scenejs/release/latest/doc/easing.html#.EASE_OUT)
* [EASE_IN_OUT](https://daybrush.github.io/scenejs/release/latest/doc/easing.html#.EASE_IN_OUT)
* [STEP_START](https://daybrush.github.io/scenejs/release/latest/doc/easing.html#.STEP_START)
* [STEP_END](https://daybrush.github.io/scenejs/release/latest/doc/easing.html#.STEP_END)
* [bezier(x1, y1, x2, y2)](https://daybrush.github.io/scenejs/release/latest/doc/easing.html#.bezier)
* [steps(count, "start" | "end")](https://daybrush.github.io/scenejs/release/latest/doc/easing.html#.steps)


## presets
* [wipeIn](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.wipeIn)
* [wipeOut](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.wipeOut)
* [zoomIn](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.zoomIn)
* [zoomOut](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.zoomOut)
* [blink](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.blink)
* [fadeIn](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.fadeIn)
* [fadeOut](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.fadeOut)
* [transition](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.transition)
* [animate](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.animate)
* [animateItem](https://daybrush.github.io/scenejs/release/latest/doc/presets.html#.animateItem)
## Effects
* [wipeIn](https://daybrush.com/scenejs/features.html#wipein)
* [wipeOut](https://daybrush.com/scenejs/features.html#wipeout)
* [zoomIn](https://daybrush.com/scenejs/features.html#zoomin)
* [zoomOut](https://daybrush.com/scenejs/features.html#zoomout)
* [blink](https://daybrush.com/scenejs/features.html#bllink)
* [fadeIn](https://daybrush.com/scenejs/features.html#fadein)
* [fadeOut](https://daybrush.com/scenejs/features.html#fadeout)
* [flip](https://daybrush.com/scenejs/features.html#flip)
* [flipX](https://daybrush.com/scenejs/features.html#flipx)
* [flipY](https://daybrush.com/scenejs/features.html#flipy)
* [shake](https://daybrush.com/scenejs/features.html#shake)
* [shakeX](https://daybrush.com/scenejs/features.html#shakex)
* [shakeY](https://daybrush.com/scenejs/features.html#shakey)
* [transition](https://daybrush.com/scenejs/features.html#transition)


## Support Browser
Expand All @@ -103,3 +114,27 @@ const scene = new Scene({
|9+(10+ playCSS)|latest|latest|latest|latest|



```
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.
```
15 changes: 15 additions & 0 deletions demo/.editorconfig
@@ -0,0 +1,15 @@
# http://editorconfig.org
root = true

[{*.js}]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[{package.json,.travis.yml}]
indent_style = space
indent_size = 4

0 comments on commit 15fad7a

Please sign in to comment.