You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| order | PropTypes.number | An optional integer starting at 1 for the presentation order of the Appear tags within a slide. If a slide contains ordered and unordered Appear tags, the unordered will show first. |
@@ -642,6 +655,8 @@ If you want extra flexibility with animated animation, you can use the Anim comp
642
655
643
656
For best performance, wrap the contents of this tag in a native DOM element like a `<div>` or `<span>`.
644
657
658
+
_NOTE: `CodePane` tag can not be used inside a `Anim` tag._
| order | PropTypes.number | An optional integer for the presentation order of the Appear tags within a slide. If a slide contains ordered and unordered Appear tags, the unordered will show first. | Starting at `1`|
0 commit comments