diff options
author | Hakim El Hattab | 2015-10-26 16:34:25 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-10-26 16:34:43 +0100 |
commit | 35462a424c4899747aa2079101372c66ac14d211 (patch) | |
tree | ed9db2a8197ac48992a0888cd69d6aef6f92b835 | |
parent | 596f3d3c5a291d6af62b6b4edd2f809cc7ffcfdb (diff) |
remove mention of deprecated transitions #1390
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -513,9 +513,6 @@ You can also use different in and out transitions for the same slide: ``` -Note that this does not work with the page and cube transitions. - - ### Internal links It's easy to link between slides. The first example below targets the index of another slide whereas the second targets a slide with an ID attribute (```<section id="some-slide">```): |