Answered
Link Slider to Markers
Theres a simple way to link a slider to a markers?
Where the slider decimals numbers keep couting between markers numbers?
Thanks
Theres a simple way to link a slider to a markers?
Where the slider decimals numbers keep couting between markers numbers?
Thanks
Almost there!
And what about the decimals?
The numbers between 1 and 2?
Like this, I guess:
m = marker;
n = 0;
if (m.numKeys > 0){
n = m.nearestKey(time).index;
if (time < m.key(n).time) n--;
}
if (n > 0 && n <m.numKeys){
linear(time,m.key(n).time,m.key(n+1).time,n,n+1);
}else{
n;
}Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.