Echo JS 0.11.0

<~>

kaszu 1400 days ago. link 2 points
1. There is no source, all 3 motionia.js files are minified? So this is closed source project? There is no build process or anything.
2. In the commits you are adding / removing the same file, is this to inflate git commit count? Please don't do that!
3. There is no documentation
4. "There are 100+ builtin animations", there are listed only about 20, what are the other ones. Maybe show them on the website
5. "capability to create a lot more", there are no docs, how can it be done? It doesn't seem to be an option at all
6. This library loads automatically jquery. If I'm using a bundler and already have a jQuery loaded then that's not ideal at all
7. Script insert large style element, it would be better to just use a separate stylesheet instead of embedding it in JS which then embeds it in document.

I see the similar story with your other library alertia.js, what's going on here?
My assumption is that you are trying to make a portfolio / github presence, but you have it closed source, that's not a way to go.
abhiprodexia 1399 days ago. link 0 point
Nice for your feedback. There is no library which provide animations this easy and with customization , i thought readme is sufficient but i'll add documentation soon. There are 20 anims listed in readme * 2 as for IN & OUT == 40. Rest you fan add parameters at the end like fadeInTop , top,right,left etc just to make it mpre simple motionia will generate the anims for every 4 parameters after 2 parametric parameters(in,out) that is 20*2*4*4*4*4 === 10,240 automatically + you can customize it too like 


[Also there are not only 20 , its 30~40] base anim currently

motionia("target", "slideY" , "-100px")

Specify the range as well in the third var.

In any other animation library you need to specify every small thing which consumes time as well as makes ur projevt lengthy but motinia needs only one line.

And its beginning as you know this has great potential. Stay tuned with motionia