Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Waypoint not working properly when using <a href="#my_anchor"> #602

Open
clarkk opened this issue Dec 26, 2018 · 2 comments
Open

Waypoint not working properly when using <a href="#my_anchor"> #602

clarkk opened this issue Dec 26, 2018 · 2 comments

Comments

@clarkk
Copy link

clarkk commented Dec 26, 2018

When using waypoints in combination with internal anchors like <a href="#my_anchor"> the anchor link is not scolling to the correct point of the <a name="my_anchor">

But if you scroll through the whole document first and trigger all waypoint elements then the anchor links works as expected and scrolls to <a name="my_anchor">..

Somehow the height of waypoint elements doesn't have the correct height before they are triggered

elm.waypoint(function(){
	elm.delay(200).fadeTo(500, 1);
}, {
	offset : '90%'
});
@clarkk
Copy link
Author

clarkk commented Dec 26, 2018

sorry.. my fault

close the issue :)

@mujtabadustox
Copy link

having similar issue , how did you fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants