Skip to content

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jun 11, 2025

---
_class: invert
transition: dissolve
style: |
  @keyframes marp-transition-dissolve {
    from {
      --marp-transition-duration: 2s;
  
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
---

# Slide 1

---

# Slide 2

Marp CLI's bespoke template should detect an initial --marp-transition-duration in the custom defined keyframes for transitions. However, Safari and Firefox Nightly had not detected that.

@yhatt yhatt added the transitions Marp CLI transitions feature label Jun 11, 2025
@yhatt yhatt merged commit 10c81cc into main Jun 11, 2025
@yhatt yhatt deleted the fix-default-transition-duration branch June 11, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transitions Marp CLI transitions feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant