Krishna Kumar T A

Results 10 comments of Krishna Kumar T A

No.. the content is simply empty Can you have a look at http://stackoverflow.com/questions/18637603/on-touching-uppermost-div-selects-contents-of-div-under-it-z-index-property?noredirect=1#comment27439097_18637603 The above question deals with content and snap-drawer-right divs. When I touch the content div I see...

@jakiestfu @prud I tried making that change It fixed the performance issue - lesser flick !! THANKS A LOT - but not yet. It resulted in another issue - I...

@jakiestfu @prud I have found TWO MAJOR REASONS 1. When I trigger the snapper.on('drag', ), the slider starts to flicker. Every pixel moved is triggering the snapper.on('drag') function and cpu...

@jakiestfu For understanding, if you set all the divs with translucent background. you can see through the content div to view the snap-drawer-left/snap-drawer-right divs. When there is nothing in the...

Well, if we keep the layers behind the content div invisible/display:none, I think it should solve the issue ?? So the script must be tweaked such that the divs are...

great.. my email is [email protected].. :) can you send me the entire project ? I will test it.. i have myself done some tweaking in the draggy side transistion (point...

@jakiestfu Can you please share the file with the changes you have made

1. Try to position the fixed div on the entire page and not in content div 2. You may want to explore the snapper.on('open', function() function to hide the fixed...

@smokingbarrel To fix the second step you may club with drawer status/state "animated" on the snapper.on function/state and then hide using css so the wipe effect persists. May be for...

@jakiestfu any help here ? u have a screen shot or something ? Regards, Krishna On Tue, Sep 10, 2013 at 11:50 AM, smokingbarrel [email protected]: > I guess I can...