mkukulka
(Maciej Kukulka)
February 14, 2022, 3:51pm
1
Hello,
I set an animation of moving a description on hover. I is set to y:100% and should slide up smoothly. Sadly it is not. Any idea?
Site: https://www.neti-soft.com/home-copy#services-animation
Here is my public share link: LINK on page “Home Copy”
Stan
(justAnotherDeveloper)
February 14, 2022, 11:50pm
2
hi @mkukulka the issue is caused by mixing %
and px
units (this is most common mistake people do) just set %
for both animations to be 100%
and 0%
and all should start work as expected.
2 Likes
mkukulka
(Maciej Kukulka)
February 15, 2022, 9:39am
3
Thank you @Stan . It works
1 Like
system
(system)
Closed
February 16, 2022, 9:39am
4
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.