Jason Cole's
COLE WORLD Basketball Training
TRAIN WITH ME
TRAIN WITH ME


"I'm NBA skills trainer
Jason Cole.
Welcome to the
Cole World family."
ABOUT ME

Jason Cole has come from humble beginings. Lorem ipsum lorem ipsum lorem ipsum.

56+ NBA, professional, and college clients later, Coach Cole slowly became one of the best trainers in New York. Eventually becoming one of the best trainers in NY and the country.
.jpg)
After one of his clients became an NBA champion, the sky's the limit. Join us!
After one of his clients became an NBA champion, the sky's the limit. Join us!
56+ NBA, professional, and college clients later, Coach Cole slowly became one of the best trainers in New York. Eventually becoming one of the best trainers in NY and the country.
Jason Cole has come from humble beginings. Lorem ipsum lorem ipsum lorem ipsum.
//sunset color change 1
var scrollTrigger = document.getElementById('scrollTrigger1');
var trigger1Active = false;
document.addEventListener('scroll', animate);
function inView() {
var windowHeight = window.innerHeight;
var scrollY = window.scrollY || window.pageYOffset;
var scrollPosition = scrollY + windowHeight;
var elementPosition = scrollTrigger.getBoundingClientRect().top + scrollY;
if (scrollPosition > elementPosition) {
return true;
}
return false;
}
function animate() {
if (generalMobile == !1) {
if (inView()) {
if (trigger1Active == false) {
trigger1Active = true;
var sunSet1In = anime.timeline ({
easing: 'easeOutQuad',
duration: 500
});
sunSet1In
.add({
targets: '#gradient-orange, .sunset-glowworm-color-yellow, #yellow-wrap',
opacity: 1
})
.add({
targets: '#blue-wrap',
opacity: 0
}, 0);
}
} else {
if (trigger1Active == true) {
trigger1Active = false;
var sunSet1Out = anime.timeline ({
easing: 'easeOutQuad',
duration: 500
});
sunSet1Out
.add({
targets: '#gradient-orange, .sunset-glowworm-color-yellow, #yellow-wrap',
opacity: 0
})
.add({
targets: '#blue-wrap',
opacity: 1
}, 0);
}
}
}
}
//sunset color change 2
var scrollTrigger2 = document.getElementById('scrollTrigger2');
var trigger2Active = false;
document.addEventListener('scroll', animate2);
function inView2() {
var windowHeight2 = window.innerHeight;
var scrollY2 = window.scrollY || window.pageYOffset;
var scrollPosition2 = scrollY2 + windowHeight2;
var elementPosition2 = scrollTrigger2.getBoundingClientRect().top + scrollY;
if (scrollPosition2 > elementPosition2) {
return true;
}
return false;
}
function animate2() {
if (generalMobile == !1) {
if (inView2()) {
if (trigger2Active == false) {
trigger2Active = true;
var sunSet2In = anime.timeline ({
easing: 'easeOutQuad',
duration: 500
});
sunSet2In
.add({
targets: '#gradient-purple, .sunset-glowworm-color-magenta, #purple-wrap',
opacity: 1
})
.add({
targets: '#gradient-orange, .sunset-glowworm-color-yellow, #yellow-wrap',
opacity: 0
}, 0);
}
} else {
if (trigger2Active == true) {
trigger2Active = false;
var sunSet2Out = anime.timeline ({
easing: 'easeOutQuad',
duration: 500
});
sunSet2Out
.add({
targets: '#gradient-purple, .sunset-glowworm-color-magenta, #purple-wrap',
opacity: 0
})
.add({
targets: '#gradient-orange, .sunset-glowworm-color-yellow, #yellow-wrap',
opacity: 1
}, 0);
}
}
}
}
//sunset color change 3
var scrollTrigger3 = document.getElementById('scrollTrigger3');
var trigger3Active = false;
document.addEventListener('scroll', animate3);
function inView3() {
var windowHeight3 = window.innerHeight;
var scrollY3 = window.scrollY || window.pageYOffset;
var scrollPosition3 = scrollY3 + windowHeight3;
var elementPosition3 = scrollTrigger3.getBoundingClientRect().top + scrollY;
if (scrollPosition3 > elementPosition3) {
return true;
}
return false;
}
function animate3() {
if (generalMobile == !1) {
if (inView3()) {
if (trigger3Active == false) {
trigger3Active = true;
var sunSet3In = anime.timeline ({
easing: 'easeOutQuad',
duration: 500
});
sunSet3In
.add({
targets: '#gradient-purple, .sunset-glowworm-color-magenta',
opacity: 0
})
.add({
targets: '#gradient-salmon',
opacity: 1
}, 0)
.add({
targets: '.sunset-glowworm-color-cyan',
background: '#1458f1'
}, 0)
}
} else {
if (trigger3Active == true) {
trigger3Active = false;
var sunSet3Out = anime.timeline ({
easing: 'easeOutQuad',
duration: 500
});
sunSet3Out
.add({
targets: '#gradient-purple, .sunset-glowworm-color-magenta',
opacity: 1
})
.add({
targets: '#gradient-salmon',
opacity: 0
}, 0)
.add({
targets: '.sunset-glowworm-color-cyan',
background: '#2fcdcb'
}, 0)
}
}
}
}
-->