[Solved] I am facing a element positioning problem with my css code | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

[Solved] I am facing a element positioning problem with my css code

I am facing problem with the positioning of div elements using CSS. When I try to animate the element they move to another part of screen instead of where I want them. I am using transform translate to position them, using it in the id and for animation I am using transform rotate. When I remove the animation the elements come to orignal place as per transform translate but as soon as I include animation they displace to other positions. Please tell me what I am doing wrong as I am unable to detect anything unusual. Thanks in advance 👍

12th Apr 2019, 5:55 PM
Sahil Soma
Sahil Soma - avatar
3 Respuestas
+ 4
You will have to show us the code so that we can help you 👍
12th Apr 2019, 6:41 PM
D_Stark
D_Stark - avatar
12th Apr 2019, 6:44 PM
Sahil Soma
Sahil Soma - avatar
0
I used a diffrent approach to fix this problem. The problem is finally fixed. Thanks👍
12th Apr 2019, 7:47 PM
Sahil Soma
Sahil Soma - avatar