Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
2
2015-12-uni-ffm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CmS
2015-12-uni-ffm
Commits
7e50404a
Commit
7e50404a
authored
11 years ago
by
Hakim El Hattab
Browse files
Options
Downloads
Patches
Plain Diff
markup error correction
parent
5655b5f4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+12
-12
12 additions, 12 deletions
index.html
with
12 additions
and
12 deletions
index.html
+
12
−
12
View file @
7e50404a
...
...
@@ -191,6 +191,18 @@
</p>
</section>
<section
data-state=
"customevent"
>
<h2>
Custom Events
</h2>
<p>
Additionally custom events can be triggered on a per slide basis by binding to the
<code>
data-state
</code>
name.
</p>
<pre><code
data-trim
contenteditable
style=
"font-size: 18px; margin-top: 20px;"
>
Reveal.addEventListener( 'customevent', function() {
console.log( '"customevent" has fired' );
} );
</code></pre>
</section>
<section>
<section
data-background=
"#007777"
>
<h2>
Slide Backgrounds
</h2>
...
...
@@ -211,18 +223,6 @@
</section>
</section>
<section
data-state=
"customevent"
>
<h2>
Custom Events
</h2>
<p>
Additionally custom events can be triggered on a per slide basis by binding to the
<code>
data-state
</code>
name.
</p>
<pre><code
data-trim
contenteditable
style=
"font-size: 18px; margin-top: 20px;"
>
Reveal.addEventListener( 'customevent', function() {
console.log( '"customevent" has fired' );
} );
</code></pre>
</section>
<section>
<h2>
Clever Quotes
</h2>
<p>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment