Revert "On edges show the frame after 1.5 seconds"
This reverts commit 5e08830feb
.
This commit is contained in:
parent
6f58827b7f
commit
cbc8abbb08
@ -163,9 +163,9 @@ class Frame:
|
|||||||
self._mode = Frame.INACTIVE
|
self._mode = Frame.INACTIVE
|
||||||
|
|
||||||
self._timeline = Timeline(self)
|
self._timeline = Timeline(self)
|
||||||
self._timeline.add_tag('slide_in', 18, 24)
|
self._timeline.add_tag('slide_in', 6, 12)
|
||||||
self._timeline.add_tag('before_slide_out', 48, 48)
|
self._timeline.add_tag('before_slide_out', 36, 36)
|
||||||
self._timeline.add_tag('slide_out', 49, 54)
|
self._timeline.add_tag('slide_out', 37, 42)
|
||||||
|
|
||||||
self._event_frame = EventFrame()
|
self._event_frame = EventFrame()
|
||||||
self._event_frame.connect('enter-edge', self._enter_edge_cb)
|
self._event_frame.connect('enter-edge', self._enter_edge_cb)
|
||||||
|
Loading…
Reference in New Issue
Block a user