From 155253f259b334176fa081df21ec16f2bafcf29e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 2 May 2017 00:12:37 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-partial-ribbons-vdom.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/ui-partial-ribbons-vdom.js b/ui (gen4)/features/ui-partial-ribbons-vdom.js index a3883972..49f9c60e 100755 --- a/ui (gen4)/features/ui-partial-ribbons-vdom.js +++ b/ui (gen4)/features/ui-partial-ribbons-vdom.js @@ -345,6 +345,9 @@ object.makeConstructor('VirtualDOMRibbons', var PartialRibbonsActions = actions.Actions({ config: { // Number of screen widths to load... + // + // NOTE: for all jump animations to run this must be at least 3 + // screen widths... 'ribbon-size-screens': 7, // Amount of screen widths to keep around the current image... @@ -389,9 +392,6 @@ var PartialRibbonsActions = actions.Actions({ size = 5 // XXX add threshold test -- we do not need this on every action... - // XXX this messes up align when exiting single image view... - // XXX this does not work out of the box... - //this.virtualdom.sync(this.current, size) this.virtualdom.sync(target, size) this.centerViewer(target)