-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring and adding tons of new parameters.
- Loading branch information
1 parent
2c30913
commit 65de848
Showing
8 changed files
with
201 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="urn:jung:dita:rng:slide.rng" schematypens="http://relaxng.org/ns/structure/1.0"?> | ||
<?xml-model href="urn:jung:dita:rng:slide.rng" schematypens="http://purl.oclc.org/dsdl/schematron"?> | ||
<slide id="ui_xtb_wmj_11c" data-auto-animate=" " data-background-size=" " data-autoslide=" 0" | ||
data-transition="slide" data-background-repeat=" "> | ||
<title>Title of slide</title> | ||
<slideBody/> | ||
<slide id="ui_xtb_wmj_11c" data-auto-animate="" data-auto-animate-unmatched="fade"> | ||
<title>Auto-Animate Example</title> | ||
<slideBody> | ||
<p>This will fade out</p> | ||
<image href="assets/image1.png"/> | ||
<slide-pre data-id="code"><slide-codeblock data-line-numbers="" outputclass="hljs" data-trim=""> | ||
function Example() { | ||
const [count, setCount] = useState(0); | ||
} | ||
</slide-codeblock></slide-pre> | ||
</slideBody> | ||
</slide> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="urn:jung:dita:rng:slide.rng" schematypens="http://relaxng.org/ns/structure/1.0"?> | ||
<?xml-model href="urn:jung:dita:rng:slide.rng" schematypens="http://purl.oclc.org/dsdl/schematron"?> | ||
<slide id="ui_igx_54q_11c" data-auto-animate="" data-auto-animate-unmatched="fade"> | ||
<title>Title of slide</title> | ||
<slideBody> | ||
<p></p> | ||
</slideBody> | ||
</slide> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters