1. SYSOPONLINE
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 14 September 2022
  5.  Subscribe via email
The animate on scroll doesnt work on J51_Riley Joomla4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Show on http://www.allerseiten.de

I have it in several modules.

Example: Web design & hosting
animate fadeInRightBig
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

A possible cause is that the modules are momentarily displayed in the viewport prior to the slideshow loading. The animation is then getting triggered prematurely. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and (max-width: 1080px) {
#showcase1_modules {
min-height: 500px;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,
i addet the Code to custom.css. But the animation doesnt work :(
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Works for me on Ipad
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
and for me with firefox
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Yes its works :D
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!