present icon indicating copy to clipboard operation
present copied to clipboard

Terminal state isn't cleared on slide change with some effects

Open vinayak-mehta opened this issue 5 years ago • 5 comments
trafficstars

explosions and stars do this, but matrix works fine.

vinayak-mehta avatar Aug 19 '20 13:08 vinayak-mehta

I suspect that this is related to #11 . The Matrix effect relies on the Scene being configured to leave the Screen as is before starting the Effect, thus slowly wiping what was previously on the Screen. If I were you I'd consider it as one of your transitions rather than a bug in the use of effects.

peterbrittain avatar Aug 23 '20 09:08 peterbrittain

Thanks for the tip! I didn't know about that, I'll look more deeply into how some effects work.

vinayak-mehta avatar Aug 23 '20 10:08 vinayak-mehta

Hello! Issue is also actual for clearing after codio. For instance second slide from following markdown

---

![codio](codio.yml)

---

```
{
    "some_key": "some_value",
    "another_key": "another_value"
}
```

contains both codio and code blocks: image

perminovs avatar Aug 30 '20 04:08 perminovs

@perminovs I'm able to reproduce this. I'll look into a fix soon.

vinayak-mehta avatar Aug 30 '20 17:08 vinayak-mehta

+1 ran into this as well :)

stgarf avatar Sep 15 '20 20:09 stgarf