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


"I’m Jason Cole, Pro skills development specialist.
Welcome to the
Cole World family."
ABOUT ME

Coming from humble beginnings, raised by his single mother to becoming an educator for 9 years allowed him to service thousands adolescents. In addition to that he has been a skill development specialist for top tier basketball powerhouse cardinal Hayes in the Bronx for the last 13 years.

More than hundreds of NBA, professional, and high level division 1 college clients later... Coach Cole slowly became one of the best skill development specialists in New York/NJ. Eventually becoming one of the best trainers in the country.
.jpg)
Chris Chiozza became an nba champion in 2022, as he backed up Steph Curry, and had multiple games where he started and thrived! The sky's the limit, join us!
Chris Chiozza became an nba champion in 2022, as he backed up Steph Curry, and had multiple games where he started and thrived! The sky's the limit, join us!
More than hundreds of NBA, professional, and high level division 1 college clients later... Coach Cole slowly became one of the best skill development specialists in New York/NJ. Eventually becoming one of the best trainers in the country.
Coming from humble beginnings, raised by his single mother to becoming an educator for 9 years allowed him to service thousands adolescents. In addition to that he has been a skill development specialist for top tier basketball powerhouse cardinal Hayes in the Bronx for the last 13 years.
//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)
}
}
}
}
-->