mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
testing and notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
41b429f370
commit
81e66be661
@ -97,11 +97,11 @@ body {
|
||||
|
||||
/* XXX should this be !important */
|
||||
.no-transitions {
|
||||
-webkit-transition: none;
|
||||
-moz-transition: none;
|
||||
-ms-transition: none;
|
||||
-o-transition: none;
|
||||
transition: none;
|
||||
-webkit-transition: none !important;
|
||||
-moz-transition: none !important;
|
||||
-ms-transition: none !important;
|
||||
-o-transition: none !important;
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
/* XXX think of a way not to use !important */
|
||||
|
||||
@ -131,6 +131,10 @@ var PartialRibbonsActions = actions.Actions({
|
||||
//console.log('UPDATE')
|
||||
// XXX a bit jumpy, need to make this work sync within
|
||||
// as close to a single frame as possible...
|
||||
// XXX .preventTransitions(..) seems not to have the
|
||||
// desired effect...
|
||||
// ...might also be a good idea to update the indicator
|
||||
// or give it an event to update to...
|
||||
(r.length == 0
|
||||
|| (this.toggleSingleImage
|
||||
&& this.toggleSingleImage('?') == 'on')) ?
|
||||
@ -153,8 +157,8 @@ var PartialRibbonsActions = actions.Actions({
|
||||
// jumpy but does not touch the indicator
|
||||
// animation...
|
||||
target)
|
||||
.restoreTransitions(r, true)
|
||||
//.restoreTransitions(r)
|
||||
//.restoreTransitions(r, true)
|
||||
.restoreTransitions(r)
|
||||
}
|
||||
}],
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user