Fun Outdoor Sports Toys: Youth Baseball Training Set

$47.64
Color:  Electric Baseball Set
Quantity
Free shipping over $49.99USD
10% off CODE: 1ST10
In stock, ready to ship
Secure payments
Description

Hitting Skills Improvement: Perfect for boys and girls, this youth baseball training set enhances hitting skills while promoting hand-eye coordination and fine motor skills through practice.

Remote Automatic Pop Up: With a simple press of a button on the bat, the baseball launcher automatically pops up a baseball after a short 3-second delay, launching it at a height of 3.9-4.3 feet for a dynamic training experience.

Extendable Bat Design: The bat extends to 22.4 inches and retracts to 13.4 inches, making it easy to store and transport. Crafted from high-quality ABS material, it is lightweight yet durable for effective play.

Continuous Play with 5 Baseballs: The launcher can hold up to 5 baseballs at once, allowing for uninterrupted practice. Each button press launches one ball at a time, making it practical and user-friendly.

Specifications

  • Product Type: Youth Baseball Training Set

  • Bat Length: 23.23 inches (extended), 14.17 inches (retracted)

  • Material: High-quality ABS plastic

  • Capacity: Holds 5 baseballs

  • Battery Requirement: 2 x "AA" batteries (not included)


Packaging Includes

  • 1 x Extendable Baseball Bat

  • 1 x Remote-Controlled Baseball Launcher

  • 5 x Baseballs



FAQ

Q: Is the bat suitable for both boys and girls?
A: Yes, our youth baseball training set is designed for both boys and girls to improve their skills.

Q: How does the remote baseball launcher work?
A: Simply press the button on the bat to launch a baseball. The launcher has a 3-second delay before it pops up the next ball.

Q: What material is the bat made from?
A: The bat is made from high-quality ABS plastic, ensuring it is lightweight and durable for extended use.

Q: How many baseballs can the launcher hold?
A: The launcher can hold up to 5 baseballs, allowing for continuous play without frequent reloading.

Q: Are batteries included with the set?
A: No, the set requires 2 "AA" batteries, which are not included.

Enhance your baseball training experience with our Fun Outdoor Sports Toys set, perfect for developing skills and having fun on the field!

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.