A javascript library that helps to execute a function whenever you scroll to an element.
Questions tagged [waypoint]
49 questions
1
vote
1 answer
angular waypoints typescript error module not found
I installed the waypoints library with npm install waypoints and added types with
npm install --save @types/waypoints.
I get the error /node_modules/@types/waypoints/index.d.ts' is not a module.
Using waypoints.js in Angular 4 application
discuses…

David Kendlbacher
- 11
- 3
1
vote
0 answers
JS Waypoint - Animate between two offsets by pixel
I have three divs as follows, starting from -60px to 60px top.
What I want to do is on scroll is move the first and last div in opposite directions on scroll by pixel as per this example; https://noni.com.mt/ (section 2).
I figured a way to do this…

nsilva
- 5,184
- 16
- 66
- 108
0
votes
0 answers
A-frame Extras Agent Falls Through Navmesh
Well, here's a good one for you - Using A-frame Extras Pathfinding and working on building patrolling agents using waypoints. HOWEVER, the characters (especially the random patrol lady) fall through the navmesh and get stuck. The guy is following…

James
- 11
- 1
0
votes
0 answers
How do I stop infinite scrolling?
I have django pagination and infinite scroll waypoint. I want to load pictures by clicking on the ".loading" button and then stop the infinite scroll waypoint so as not to load all the pictures at once.
That is.
I clicked on the "Load more" button,…

gglin
- 1
- 1
0
votes
2 answers
Nomad and Waypoint cannot launch more than 2 jobs
I'am currently tryng to deploy several db on Nomad cluster.
Test - dev - qa - ppd
I'am using waypoint with var files to automatise deploy.
I have strange issue, I cannot launch more than 2 db job, when I launch new db job the older 2 jobs disappear…

Rabah DevOps
- 67
- 7
0
votes
1 answer
hashicorp waypoint cannot add variables in project name
Someone can tell me if I can add var on project name please ?
project = "${var.env}"
error output when using waypoint init
[xxxx@xxxx finess-api]$ waypoint init
❌ Error loading configuration!
! /home/xxxx/waypoint.hcl:2,25-28: Unknown
variable;…

Rabah DevOps
- 67
- 7
0
votes
1 answer
Does Waypoint Hashicorp support the development of multi-component products?
We have a multi-component product. Do you know if it's possible to use Waypoint for building, deploying, and releasing multi-component applications? Couldn't find it in their docs.
0
votes
1 answer
Use Waypoints to add the same class for multiple elements
I want to use jQuery Waypoints to add a class to an element when it is visible in the viewport. It is simple to target one element, but I can't figure out how to use it with multiple elements. It should be something like this:
$(function() {
…

arvanderkamp
- 171
- 4
- 15
0
votes
1 answer
How to track racing Game Car position using orderdBy List ? (Position based on Lap also)
In my Race Game, I am using a waypoint-based position tracking system. I am using an ordered list.
Below is my code and it's working fine.
IOrderedEnumerable> sortedPlayer = players.OrderBy(x =>…

Savad
- 1,240
- 3
- 21
- 50
0
votes
1 answer
What should be passed in the timingCompatibility variable of the findsequence2 API?
I'm trying to use this API : https://wps.hereapi.com/v8/findsequence2
(documentation here https://developer.here.com/documentation/routing-waypoints/api-reference.html)
This variable : timingCompatibility (string)
is proposed but undocumented.
What…

HakunaMatmata
- 1
- 1
0
votes
0 answers
Here Waypoint Sequencing API Doesn't Honor Delivery Windows
I am experimenting with the HERE Waypoint Sequencing API using the new JSON request format, and it doesn't seem to take into account delivery windows specified in the times array within the plan object. I went back to the example provided in the…

Phil Sweeney
- 60
- 5
0
votes
1 answer
How to make my AI return to the closest waypoint after I trigger chase player
Hello I am new to c# and unity anyone know how to make the AI return to the pre-define waypoint after the player trigger the ai chase player code ? because i've been using this new code and try using agent.setdestination but it keeps giving me index…

Nicholas Nathaniel
- 11
- 1
0
votes
1 answer
Sometimes javascript loading fine and other times doens't work - Laravel
I am having a weird issue with one of the site I have been building, sometimes my website will load blank because the Javascript crashes because a file couldn't be loaded and other times it just works fine.
It's now returning; main-client.js:243…

Remco1337
- 21
- 5
0
votes
1 answer
DJI SDK Waypoint Mission - UploadMission error
I'm developing an Android Application that uses the DJI SDK. The drone I'm using right now is the Mavic Pro 1. This application wants to use the predefined classes for waypoints inside the DJI SDK to create missions for the drone, but when…

Marc
- 1
- 1
0
votes
1 answer
How to import Waypoints from my Package Code
Hi I need to use Waypoints (I learn about and download the WAYPOINTS https://github.com/imakewebthings/waypoints/zipball/latest) in my Website and I have the next issue:
In my JS folder I have the next Javascript files:
I import the scripts like…

Ricardo Sauceda Rojas
- 101
- 4