Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vinayak-mehta opened this issue Aug 19, 2020 · 5 comments
Open
Labels
bug Something isn't working

Comments

@vinayak-mehta
Copy link
Owner

explosions and stars do this, but matrix works fine.

@vinayak-mehta vinayak-mehta added the bug Something isn't working label Aug 19, 2020
@peterbrittain
Copy link

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.

@vinayak-mehta
Copy link
Owner Author

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

@perminovs
Copy link

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

@vinayak-mehta
Copy link
Owner Author

vinayak-mehta commented Aug 30, 2020

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

@stgarf
Copy link

stgarf commented Sep 15, 2020

+1 ran into this as well :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants