Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-01-15 10:28:30 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-01-15 10:28:30 (GMT)
commit5e08830feb376ad6cd12a412689d7d237375fb72 (patch)
tree2f8eebbc1934af86024ad63f1f5d9c5cff968f02 /shell
parentb5b16d83f0b07aec5c9ae7943a2f123ee543f5a6 (diff)
On edges show the frame after 1.5 seconds
Diffstat (limited to 'shell')
-rw-r--r--shell/view/frame/Frame.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/view/frame/Frame.py b/shell/view/frame/Frame.py
index f41477c..92437fe 100644
--- a/shell/view/frame/Frame.py
+++ b/shell/view/frame/Frame.py
@@ -163,9 +163,9 @@ class Frame:
self._mode = Frame.INACTIVE
self._timeline = Timeline(self)
- self._timeline.add_tag('slide_in', 6, 12)
- self._timeline.add_tag('before_slide_out', 36, 36)
- self._timeline.add_tag('slide_out', 37, 42)
+ self._timeline.add_tag('slide_in', 18, 24)
+ self._timeline.add_tag('before_slide_out', 48, 48)
+ self._timeline.add_tag('slide_out', 49, 54)
self._event_frame = EventFrame()
self._event_frame.connect('enter-edge', self._enter_edge_cb)