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.