Skip Navigation

[Résolu] Slider and Animations

This support ticket is created Il y a 5 années et 10 mois. 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.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

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)

Marqué : 

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Waqar Il y a 5 années et 10 mois.

Assisté par: Waqar.

Auteur
Publications
#1190264

Hi Waqar ,

the slideshow here:lien caché

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:
lien caché (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: lien caché )

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

lien caché
lien caché
https://stackoverflow.com/questions/tagged/css

regards,
Waqar