NEED HELP Can i run "class" code with normal example code.

NEED HELP
Can i run “class” code with normal example code.
i try but only one of them is running. what should i do please tell me.
here is the program example

https://github.com/atuline/FastLED-Demos/issues/10

This is a duplicate post from yesterday.
https://plus.google.com/u/0/110803286139666695853/posts/i8FF9EhAF1w

This doesn’t appear to be FastLED code - which is what most of the people here are most familiar with. Also, you’ve only posted partial code - without seeing what mgr.show is, it’s kind of difficult to tell you why nothing else is running.

mgr.show is a function which run all the class effect.

You’re still not providing much in the way of info that I can help you with. You don’t show the code of mgr.show, you don’t show anything about how it is being set up, or what libraries you’re using. Folks here aren’t mind readers and you’re leaving out a lot of detail. (And - as far as I can tell you aren’t using FastLED at all, are you?)

Agreed, it looks like you’re using the NeoPixel libary: strip.setPixelColor(index++, color);

You might get better assistance in the Adafruit forums, although they’re also going to need to see all of your code, not just the part you’ve posted.

ok thank you sir. yes u r right this is neo pixal library. i am sending you the whole code on git hub

here is the full code