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

appear then disappear does not work as expected #15

Open
jaberg opened this issue Feb 9, 2012 · 2 comments
Open

appear then disappear does not work as expected #15

jaberg opened this issue Feb 9, 2012 · 2 comments

Comments

@jaberg
Copy link
Contributor

jaberg commented Feb 9, 2012

I have a slide defined like

`
slide(title='foo')
svg_include=(src='svg/foo.svg')
build appear(#label)
build disappear(#label)

`

and the result is a slide with the first frame of animation making label appear, and then the disappear has no effect. Either one works alone, it's just the sequence that causes a breakdown.

@jaberg
Copy link
Contributor Author

jaberg commented Feb 9, 2012

The appear/disappear pattern works sometimes... I'll try to produce a testcase tomorrow or Friday.

@davidcox
Copy link
Owner

davidcox commented Feb 9, 2012

I've noticed problems here too, with svg elements. fade_in / fade_out seem to be much more reliable when dealing with SVGs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants