-
@zfrisch commented on [Wed Dec 21 2016](https://github.com/legomushroom/mojs/issues/93)
Hello! Strangely I'm having an issue with the Mojs Player tracker line being latent. It's only an issue in my C…
-
Add the `onToggleHide` callback that will be called with a `boolean` indicating the visibility state of the player. This callback should be called after user taps on the button:
![hide button](http…
-
Heya,
I'm using mojs to handle a collection of loading animations, which are used to fade the content in on load. These are working great for the most part, however if I load/refresh the website in…
-
Hey Legomushroom!
I would like to know if there is an option to put a setProgress() over an animation (it may be my fault for be completely documented). This could be use for example to make forwar…
-
I noticed there hasn't been a real release in...over a year, and the API & docs have changed a lot since then. Are those newer 'prerelease' builds stabile enough to use in production?
-
Hello,
I'm copying the simple ripple demo pretty much verbatim. When I click, there's weird offsets and it doesn't animate the way it does in the codepen found [here](https://codepen.io/sol0mka/pe…
-
Hi
Is it possible to use an image inside a shape?
I want to create a circle with that has an image.
Created the [following example](http://imgur.com/a/1PHus) with html5 canvas, but then came a…
-
Hi,
I have a SVG with multiple `` elements in it. Is there any way that i can animate them one by one in the order they appear. Currently i am using the following code:
[https://codepen.io/yaruma…
-
```javascript
class Heart extends mojs.CustomShape {
getShape () { return ''; }
getLength () { return 200; } // optional
}
mojs.addShape( 'heart', Heart ); // passing name and Bubble class
c…
-
The codepen example link is broken in the docs: https://github.com/legomushroom/mojs/blob/master/api/burst.md
Leads to: http://codepen.io/sol0mka/pen/JKWKVR?editors=0010