flesler / jquery.serialScroll

Animated scrolling of series with jQuery

Home Page:http://demos.flesler.com/jquery/serialScroll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When in fullscreen and scrolling to self fullscreen exits

JaisEdelmann opened this issue · comments

Can't get into that url, not responding

my bad should be up again

Seems to be working fine in newest Chrome (Mac) and doesn't fullscreen at all on FF.

Yeah fullscreen dont work with the jquery plugin im using right now cause of "security" issues in firefox, but the problem is only in chrome doesent happen in firefox when u force fullscreen by F11.

When im in fullscreen on my pc in chrome and navigate to for instance about and then click about again it goes out of fullscreen but i can navigate fine aslong as i dont click self.

I don't know what to tell you, I'll try again at home (PC) and see if I can
reproduce this issue. Even if I can, it's probably not something I can fix
on the plugin and more of a specific browser restriction.

On Wed, Sep 5, 2012 at 2:44 PM, Jais Edelmann notifications@github.comwrote:

Yeah fullscreen dont work with the jquery plugin im using right now cause
of "security" issues in firefox, but the problem is only in chrome doesent
happen in firefox when u force fullscreen by F11.

When im in fullscreen on my pc in chrome and navigate to for instance
about and then click about again it goes out of fullscreen but i can
navigate fine aslong as i dont click self.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-8307277.

Ariel Flesler

Hehe yeah i know where your coming from no worries man,

would i be able to call my own function here also ?

$(document).ready(function () {
$('#bar').localScroll({
target: '#viewport',
axis: 'x',
hash: true,
duration: 1500,
easing: 'easeOutQuint'
});
});

What im thinking is that changing the href to # so it just doesent run the code again or sumething like that and also be able to add a classname to the last scrollto so i can get like an active menu point if you know what i mean (im not genuis in frontend or jquery at all haha i usually just code server side)

Call a function every time there's a scroll? you can either use the
onBefore/onAfter callbacks (probably you want the onBefore) or simply bind
another handler to click event on the links and do something there.

On Wed, Sep 5, 2012 at 3:01 PM, Jais Edelmann notifications@github.comwrote:

Hehe yeah i know where your coming from no worries man,

would i be able to call a function inside this


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-8307821.

Ariel Flesler

Thanks man! I'll get on that, and again thanks for a awesome awesome plugin would never have gotten around to a site like this without it!