Navigation überspringen

[Gelöst] Slider and Animations

This support ticket is created vor 5 Jahren, 12 Monaten. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Waqar vor 5 Jahren, 12 Monaten.

Assistiert von: Waqar.

Author
Artikel
#1190264

Hi Waqar ,

the slideshow here:versteckter Link

pls navigate left and right, you can see the image override , is there any way to fix this ?
any guide appreciated.

Thanks

#1190414

Hi Dee,

Thank you for contacting us and I'll be happy to assist.

The logo images are overriding due to transition CSS effect used in the file:
versteckter Link (line# 33)


.nl_sl_logo {
   position: absolute;
   -webkit-animation: appear 1s;
   animation: appear 1s;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
}

To make the transition smoother after the AJAX update, you can change "1s" to "0s" and also change the "Transition effect" type to "Fade".
( screenshot: versteckter Link )

For even more ideas and suggestions around custom CSS code and transitions, you can post at specialized CSS code forums:

versteckter Link
versteckter Link
https://stackoverflow.com/questions/tagged/css

regards,
Waqar