Apply opacity to events in the past? #187
cmjoseph07
started this conversation in
General
Replies: 2 comments 3 replies
-
I think you can use eventClassNames for this. If you provide it as a function then you can test each event for whether it is in the past or not and apply corresponding CSS class for opacity. |
Beta Was this translation helpful? Give feedback.
1 reply
-
One more question, when the nowIndicator passes an event, the background is not updated. I am re-running this function every minute as well. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
Has anyone figured out a good way to place an opacity to the background of all events in the past?
I am not sure if I should do it at event creation, after mounting, or etc. What would be the best path forward @vkurko?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions