diff options
Diffstat (limited to 'vector/components/animations.less')
-rw-r--r-- | vector/components/animations.less | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vector/components/animations.less b/vector/components/animations.less new file mode 100644 index 0000000..9163779 --- /dev/null +++ b/vector/components/animations.less @@ -0,0 +1,28 @@ +/* Animate between standard and high definition layouts */ +body.vector-animateLayout { + div#content, + div#footer, + #left-navigation { + .transition(margin-left 250ms, padding 250ms;); + } + + #p-logo { + .transition(left 250ms); + } + + #mw-panel { + .transition(padding-right 250ms); + } + + #p-search { + .transition(margin-right 250ms); + } + + #p-personal { + .transition(right 250ms); + } + + #mw-head-base { + .transition(margin-left 250ms); + } +} |