How to algin an animation shape | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to algin an animation shape

i don't have a clue i need an answer from same one

22nd Aug 2018, 9:26 PM
Lesley Tulienge
Lesley Tulienge - avatar
38 Answers
+ 3
Lesley Tulienge see my this code for button in playground this is what you have asked !!!update(this button is working fine on laptop but not in soloLearn app) https://code.sololearn.com/WB4X86wDAG2m/?ref=app
23rd Aug 2018, 7:58 PM
Amir Ahmad
Amir Ahmad - avatar
+ 4
Thnks vincent Berger
23rd Aug 2018, 12:51 AM
Lesley Tulienge
Lesley Tulienge - avatar
+ 4
Lesley Tulienge checkOut the solution here run my code to see i have created 4 div and animate them(you can create as many as you want) https://code.sololearn.com/W2tZ99Q7KaQ5/?ref=app
23rd Aug 2018, 7:55 AM
Amir Ahmad
Amir Ahmad - avatar
+ 3
Lesley Tulienge can you explain your question? what actually do you want to ask?
22nd Aug 2018, 10:24 PM
Amir Ahmad
Amir Ahmad - avatar
+ 3
How to algin an animation shape of a rectangle moving from 50px to 250px in y to the center or right side
23rd Aug 2018, 12:22 AM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
like aligning this to the leftside Hey Vincent Berger and Amir Ahmad <svg width="1000" height="500"> <rect width="50" height="250" fill="orange"> <animate attributeName="y" from="0" to="300" dur="3s" fill="freeze" repeatCount="2"/> </rect> </svg>
23rd Aug 2018, 1:01 AM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
Having some disturbance again question 1:can you algin more than two animation coz i have aligned an animation of id class <"divOne"> but <"divtwo">and <"divthree">ain't working could you please assist me Vincent Berger could you help please Amir Ahmad
23rd Aug 2018, 5:37 AM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
Can you create a next page button on the web that open a new web for you to start coding .Amar Ahmad are you in Does not have a clue
23rd Aug 2018, 7:09 PM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
Lesley Tulienge did you mean a next page for soloLearn else I didn't understand your question
23rd Aug 2018, 7:35 PM
Amir Ahmad
Amir Ahmad - avatar
+ 3
You are using web language where you output it has next button that leads you to a new page could you please tell me Amir Ahmad
23rd Aug 2018, 7:40 PM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
Lesley Tulienge we can use just anchor tag <a href="yourOtherCodeLink">goToMyOtherCode</a> but can't create a button in playground because it's not our property for that we need access to soloLearn or if you get a solution plaese share with me too
23rd Aug 2018, 7:44 PM
Amir Ahmad
Amir Ahmad - avatar
+ 3
THANKS i don't no what to say or give you Amir Ahmad
23rd Aug 2018, 7:50 PM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
Lesley Tulienge my last answer was best for upper question so make that question best when other people search here they see irrelevant answer to upper question asked?
23rd Aug 2018, 7:56 PM
Amir Ahmad
Amir Ahmad - avatar
+ 3
Hi Amir Ahmad Having a question can you delay a text for some time then it displays afterwards
24th Aug 2018, 11:10 PM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
Lesley Tulienge make a paragraph or div with display:none; then make an animation display: block; and set animation delay as much seconds as you want
24th Aug 2018, 11:12 PM
Amir Ahmad
Amir Ahmad - avatar
+ 3
Kind of disturbing Hi again Amir Ahmad about the image from my picture i tried to keep an image but did work could you please tell me whats must be done.
24th Aug 2018, 11:14 PM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
could you mind showing me an example please. Amir Ahmad
24th Aug 2018, 11:17 PM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
Lesley Tulienge an example for you display property did not work so i set transparent color for text see my code https://code.sololearn.com/WCF7U85UvWQH/?ref=app
24th Aug 2018, 11:25 PM
Amir Ahmad
Amir Ahmad - avatar
+ 3
Lesley Tulienge i didn't understood your this question "Kind of disturbing Hi again Amir Ahmad about the image from my picture i tried to keep an image but did work could you please tell me whats must be done."
24th Aug 2018, 11:28 PM
Amir Ahmad
Amir Ahmad - avatar
+ 3
Lesley Tulienge i want to share two websites for coolest animations with you visit for text animation https://daneden.github.io/animate.css/ visit for animation on scroll https://michalsnik.github.io/aos/
24th Aug 2018, 11:37 PM
Amir Ahmad
Amir Ahmad - avatar