Skip to content
Discussion options

You must be logged in to vote

.fragment is meant to indicate a click for transitioning from one state to the next, and .semi-fade-out is meant to indicate "semi fade this out when clicked". We document this in our Advanced Reveal page. So this is all working correctly, even if it's not what you expected.

I think you're probably looking decorate the items themselves, so you can use spans and a custom class:

---
title: issue-4572
format: revealjs
---

## Outline

```{=html}
<style>
.semi-transparent {
  opacity: 0.5;
}
</style>
```

- Part 1: Intro
- [Part 2: Design]{.semi-transparent}
- [Part 3: Performance]{.semi-transparent}
- [Part 4: Next Steps]{.semi-transparent}

That won't fade out the bullet items, unfortunate…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@cscheid
Comment options

@collinmccarthy
Comment options

@collinmccarthy
Comment options

@cscheid
Comment options

@collinmccarthy
Comment options

Answer selected by collinmccarthy
Comment options

You must be logged in to vote
1 reply
@collinmccarthy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants