Its possible to use q-timeline-entry inside q-intersection component? #17412
Unanswered
engdlee
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to have a timeline using the timeline component, since the timeline is goint to be pretty big, I tried to use the intersection component so each timeline entry will only be in the DOM when "seen", so I have something like this:
I see the intersection component working, but the timeline doesnt have the connecting lines, its missing the
q-timeline__dot::after
CSS,Am I missing something? should I use the directive instead and do the DOM add/remove with it?
Beta Was this translation helpful? Give feedback.
All reactions