+ 3
How to algin an animation shape
i don't have a clue i need an answer from same one
38 Respostas
+ 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
+ 4
Thnks vincent Berger
+ 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
+ 3
Lesley Tulienge can you explain your question?
what actually do you want to ask?
+ 3
How to algin an animation shape of a rectangle moving from 50px to 250px in y to the center or right side
+ 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>
+ 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
+ 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
+ 3
Lesley Tulienge did you mean a next page for soloLearn
else I didn't understand your question
+ 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
+ 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
+ 3
THANKS i don't no what to say or give you Amir Ahmad
+ 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?
+ 3
Hi Amir Ahmad
Having a question can you delay a text for some time then it displays afterwards
+ 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
+ 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.
+ 3
could you mind showing me an example please. Amir Ahmad
+ 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
+ 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."
+ 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/