A javascript library that helps to execute a function whenever you scroll to an element.
Questions tagged [waypoint]
49 questions
-1
votes
2 answers
Move object amount of steps towards waypoint, in Unity C#
So my goal is to move an object a certain amount of steps given towards a destination in unity. To be a bit more specific, I want to set a begin and end point for an object to move to. Then divide this distance by a certain amount of steps. And then…

Mr.Kees
- 1
-1
votes
1 answer
Find nearest waypoint to target in unity 3d
I'm developing game like Hitman Go , and I need to find which waypoints are closest to my target(specific waypoint ) when enemy has alerted by rock or sound and etc.
I set some point for enemy and My enemy patrolling between waypoints ( 8 -> 6 ->…

Nastary
- 345
- 4
- 19
-1
votes
1 answer
How can I scroll to specific element using the waypoint scrolling?
The #2 id of an element only loads after scrolling down because I can't get it using getElementById("#2").
//JS code
$(document).ready(function() {
$('html, body').animate({
scrollTop: $("#2").offset().top
}, 'slow');
});
// waypoint…

Jisha Techversant
- 144
- 2
- 11
-2
votes
1 answer
Is it possible refresh the value calculation in route segment?
I would like to refresh the route segment after entering the value in combo-box.
Refresh the calculation.
Html