First pass at an implementation of stacks.

+ In Zoomgroups put some pages into a group, then scale it down
+ It will animate itself into a stack
+ Pull it out again and it will go back to being a zoomgroup
This commit is contained in:
Aza Raskin 2010-04-22 12:38:37 -04:00
parent dc891cb0ec
commit 3cd419c6fd
3 changed files with 492 additions and 520 deletions

File diff suppressed because it is too large Load Diff

View File

@ -138,7 +138,8 @@ body {
inset rgba(255, 255, 255, 0.6) -2px 0px 0px;
}
.group .expander {
.phantom {
border: 1px solid rgba(190,190,190,1);
}
/* Other

View File

@ -81,7 +81,7 @@
<script type="text/javascript;version=1.8" src="../../js/optional/jquery-ui.js"></script>
<script type="text/javascript;version=1.8" src="../../js/shared/groups.js"></script>
<script type="text/javascript;version=1.8" src="js/groups.js"></script>
<!-- BEGIN Switch Control -->
<script type="text/javascript;version=1.8" src="../../js/optional/switch.js"></script>