In my current project, I am utilizing both parallax.js
and animate.css
. My goal is to click on a specific red circle in order to trigger a function. However, I am encountering an issue where the click event does not seem to be working on any elements within the <ul>
layer.
I have experimented with various solutions but haven't been able to resolve the issue. The only workaround I found was to remove the height attributes from the #scene <ul>
, although this causes the layout to look incorrect.
EDIT : When clicking on the circles, they should disappear as if a layer is being positioned over them, but visually nothing seems to change.