summaryrefslogtreecommitdiff
path: root/presentty/rst.py
diff options
context:
space:
mode:
Diffstat (limited to 'presentty/rst.py')
-rw-r--r--presentty/rst.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/presentty/rst.py b/presentty/rst.py
index ab06f76..8368a6a 100644
--- a/presentty/rst.py
+++ b/presentty/rst.py
@@ -123,6 +123,8 @@ class UrwidTranslator(docutils.nodes.GenericNodeVisitor):
123 name = node['name'] 123 name = node['name']
124 duration = node.get('duration', DEFAULT_TRANSITION_DURATION) 124 duration = node.get('duration', DEFAULT_TRANSITION_DURATION)
125 self.transition = self._make_transition(name, duration) 125 self.transition = self._make_transition(name, duration)
126 if not self.slide:
127 self.default_transition = self.transition
126 128
127 def depart_transition(self, node): 129 def depart_transition(self, node):
128 pass 130 pass