+ 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
3 Réponses
+ 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.
+ 1
wondering to do that and help could be appreciated.
+ 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/