ded / morpheus

A Brilliant Animator
505 stars 57 forks source link

Weird nodes opacity modification #21

Closed pyrsmk closed 11 years ago

pyrsmk commented 12 years ago

Hi ;)

I don't understand at all what happens with my slideshow. Take a look by yourself here.

It seems morpheus modifies next slides properties although I don't tell it to do that. It also appears that some nodes are never hidden.

I've got the latest morpheus version. It's integrated in an experimental ender-like framework of my own. Anyway, I've tested to know where those weird bugs come from: good nodes are passed to morpheus.

If I don't use morpheus correctly, please tell me :)

PS: the non-minified version of quark is placed at http://home.dreamysource.fr/dreamysource.fr/dev/js/quark.js

ded commented 12 years ago

will have a look

ded commented 12 years ago

where are you calling animate()?

pyrsmk commented 12 years ago

I call fadeIn() and fadeOut() in script.js, into the slideshow() closure, at the top of the script.

pyrsmk commented 11 years ago

I've just found a bug in my linker js file for morpheus. I close this thread for now, maybe the opacity bug is then resolved ;)