gaou-piou

Results 18 issues of gaou-piou

There is a frame error when mojs.Timeline repeats https://codepen.io/gaougalos/pen/eRqdoB

bug

Can we have indexing when we use Tween cunstructor with stagger? I will try to explain it better with code ``` const Stagger = mojs.stagger( mojs.Tween ); const tween =...

feature
help

Hello. onComplete function on Html constructor not recognize !isForward. I make a codepen to explain you better the problem http://codepen.io/gaougalos/pen/evmzjE?editors=0010 As you can see, i compare Tween with Html constructor....

bug

An emerald theme would be great

enhancement

When you put a stagger of tween in parallel with another tween, using timeline, it returns No track defined ``` timeline([ { track: 'popout', from: { scale: 1 }, to:...

``` (!) Circular dependency: node_modules/just-animate/lib.es2015/lib/store.js -> node_modules/just-animate/lib.es2015/lib/reducers/index.js -> node_modules/just-animate/lib.es2015/lib/reducers/cancel.js -> node_modules/just-animate/lib.es2015/lib/core/timeloop.js -> node_modules/just-animate/lib.es2015/lib/store.js (!) Circular dependency: node_modules/just-curves/lib.es2015/internal/index.js -> node_modules/just-curves/lib.es2015/internal/cssFunction.js -> node_modules/just-curves/lib.es2015/internal/cubicBezier.js -> node_modules/just-curves/lib.es2015/internal/index.js (!) Circular dependency: node_modules/just-curves/lib.es2015/curves/index.js -> node_modules/just-curves/lib.es2015/curves/easeInBounce.js ->...

Can we have Just Animate 3 release date and some changelogs

if you put from it returns `Uncaught TypeError: b.indexOf is not a function` https://codepen.io/gaougalos/pen/abowxwa?editors=1010

bug

When you put start option into a scene does not work ``` const scene_1 = Fat.animate(box, { translateX: '200px' }, { start: false, duration: 1000 }) ``` You have to...

bug

Take a look at this screenshot to understand what i mean ![](https://i.postimg.cc/52CrL9b1/Screenshot-from-2018-10-18-11-56-23.png)