mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
tweaked animations and some minor stuff...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ff7e86f0b1
commit
9eaad5e6e8
@ -383,6 +383,7 @@ body {
|
|||||||
content: " (non-action) ";
|
content: " (non-action) ";
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -541,12 +541,16 @@ button:hover {
|
|||||||
...this is because .ribbon-set will both be used for scaling
|
...this is because .ribbon-set will both be used for scaling
|
||||||
and aligning... */
|
and aligning... */
|
||||||
.origin(top, left);
|
.origin(top, left);
|
||||||
|
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
.ribbon-locator {
|
.ribbon-locator {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -574,6 +578,8 @@ stretching in width... */
|
|||||||
|
|
||||||
margin-top: @ribbon-margin;
|
margin-top: @ribbon-margin;
|
||||||
margin-bottom: @ribbon-margin;
|
margin-bottom: @ribbon-margin;
|
||||||
|
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
.ribbon:empty {
|
.ribbon:empty {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@ -159,6 +159,8 @@
|
|||||||
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
|
will-change: scroll-position;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
.browse-widget .list:before {
|
.browse-widget .list:before {
|
||||||
|
|||||||
@ -536,7 +536,7 @@ var SortUIActions = actions.Actions({
|
|||||||
// Commands...
|
// Commands...
|
||||||
make('---')
|
make('---')
|
||||||
|
|
||||||
make('Reverse images')
|
make('$Reverse images')
|
||||||
.on('open', function(){
|
.on('open', function(){
|
||||||
that.reverseImages()
|
that.reverseImages()
|
||||||
lister.parent.close()
|
lister.parent.close()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user