Four text in row,text should slide from left to center one by one and each text should have delay in jquery or js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Four text in row,text should slide from left to center one by one and each text should have delay in jquery or js

four column text should slide from left to right and place center of the row with son delay between two text

16th Feb 2018, 3:29 AM
basheer ahamed
basheer ahamed - avatar
3 Answers
+ 1
Sorry, are you wondering how you can make something like this or are you just asking someone to make it for you? If it's the latter, you should maybe try making it yourself, and if you have, then give an example of what you have already attempted at trying.
16th Feb 2018, 3:36 AM
Faisal
Faisal - avatar
+ 1
wondering to do that and help could be appreciated.
16th Feb 2018, 3:59 AM
basheer ahamed
basheer ahamed - avatar
+ 1
If you're looking for animations, you could either start with SVG or Canvas as they both are capable of drawing figures onto the screen and animating them to your liking. Canvas uses JavaScript to actually make the animations, so that may be a better option if you only want to make it with JS - https://www.sololearn.com/learn/HTML/2203/ https://www.sololearn.com/learn/HTML/2201/ Also, JQuery has built-in functions that are used for animations, so you may want to check that out - https://www.sololearn.com/learn/jQuery/2816/ https://www.sololearn.com/learn/jQuery/2815/
16th Feb 2018, 4:04 AM
Faisal
Faisal - avatar