-
I see the documentation says the .tune function can modify any property of the shape object, but can it change the actual shape of the object?
For example, would the following work:
```
var sha…
-
Page https://github.com/legomushroom/mojs/blob/master/api/easing/base-functions.md starts with a dead link to a CodePen for a demo.
-
I just load upcompressed mo.js, and mojs auto-draw a circle and let it animate.
The code as follow
![image](https://cloud.githubusercontent.com/assets/12696061/25858423/493a15ae-350e-11e7-8783-c…
-
In the Tutorials sidebar of mojs.io I can only click `Path Easing`, all others are unclickable. This is true on Chrome for Mac and Linux as well as Edge on Windows.
![screenshot from 2015-11-23 08 38…
-
Thank @eltonmesquita
Edit: to fix it you need add z-index: 0 to the app container style;
ex:
`* {
z-index: 0
}`
Problem:
I can't using http://mojs.io/ in framework7 :disappointed:
I d…
-
The quick demo just stops after 2 seconds with the following error (in the console):
```
SCRIPT5007: Unable to get property 'play' of undefined or null reference
mojs.io (1,4496)
```
The page doesn'…
-
Not sure what this issue is, but I was just trying to run the first Shape example, and keep getting the error copy/pasted below. Here is a simple gist of my code: https://gist.github.com/evejweinberg/…
-
The opacity parameter doesn't seem to transition for HTML Modules.
-
Hey guys... I'm just wondering if you have any plan to keep on this project? I don't see the documentation being updated and the last commit was almost a year ago.
So... What are the plans?
-
Venturing into picking an animation library.
Honestly have come down to choosing between Mo.js or Velocity.
Mainly will be doing UI animations but also have need for a few animations that mojs seem…