animeholo™ 3D Hologram Fan — Floating 3D Anime Holograms in Any Space

/* ============ BASE ============ */ *{margin:0;padding:0;box-sizing:border-box} :root{ --bg:#05060f;--bg2:#0a0d22;--panel:rgba(255,255,255,.045);--panel2:rgba(255,255,255,.08); --line:rgba(255,255,255,.09);--txt:#eef1ff;--muted:#9aa3cc;--dim:#6b7399; --cyan:#22d3ee;--violet:#818cf8;--magenta:#e879f9;--gold:#fbbf24;--green:#34d399; --grad:linear-gradient(120deg,var(--cyan),var(--violet) 55%,var(--magenta)); --r:18px;--shadow:0 20px 60px -20px rgba(129,140,248,.45); } html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden} body{ background: radial-gradient(1200px 600px at 85% -10%, rgba(129,140,248,.16), transparent 60%), radial-gradient(900px 500px at -10% 20%, rgba(34,211,238,.10), transparent 55%), radial-gradient(700px 700px at 50% 120%, rgba(232,121,249,.10), transparent 60%), var(--bg); color:var(--txt); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden; } img{max-width:100%;height:auto;display:block} a{color:inherit} .wrap{max-width:1080px;margin:0 auto;padding:0 20px} .h-grad{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent} .muted{color:var(--muted)} section{padding:28px 0} .sec-tag{display:inline-block;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--cyan);border:1px solid rgba(34,211,238,.3);background:rgba(34,211,238,.08);padding:4px 12px;border-radius:999px;margin-bottom:10px} h2.sec-title{font-size:clamp(24px,4.5vw,36px);line-height:1.25;margin-bottom:8px;font-weight:800} .sec-sub{color:var(--muted);max-width:640px;margin:0 auto 18px;font-size:15px} .center{text-align:center} /* ============ ANNOUNCEMENT ============ */ .announce{background:var(--grad);color:#04050c;font-weight:800;text-align:center;padding:9px 14px;font-size:13px;letter-spacing:.4px;overflow:hidden;white-space:nowrap;position:relative} .announce b{background:rgba(4,5,12,.14);padding:2px 8px;border-radius:6px;margin:0 4px} .announce .marquee{display:inline-block;white-space:nowrap;padding-left:100%;animation:announce-scroll 22s linear infinite} .announce .marquee span{display:inline-block;padding-right:80px} @keyframes announce-scroll{0%{transform:translateX(0)}100%{transform:translateX(-100%)}} /* ============ HEADER ============ */ .topnav{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;max-width:1080px;margin:0 auto} .logo{display:flex;align-items:center;gap:9px;font-weight:900;font-size:19px;letter-spacing:.5px;text-decoration:none;color:var(--txt);line-height:0} .logo-img{width:110px;height:auto;object-fit:contain;max-height:44px} .logo .ring{width:26px;height:26px;border-radius:50%;border:2px solid var(--cyan);box-shadow:0 0 14px rgba(34,211,238,.8),inset 0 0 8px rgba(232,121,249,.6);position:relative} .logo .ring::after{content:"";position:absolute;inset:5px;border-radius:50%;background:var(--grad);filter:blur(1px)} .navlinks{display:flex;gap:22px;align-items:center} .navlinks a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:600;transition:color .2s} .navlinks a:hover{color:var(--txt)} .cart-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--panel);color:var(--txt);text-decoration:none;transition:all .2s;flex-shrink:0} .cart-btn:hover{border-color:var(--cyan);background:rgba(34,211,238,.12);box-shadow:0 0 18px rgba(34,211,238,.3)} .cart-btn svg{width:21px;height:21px} .cart-count{position:absolute;top:-3px;right:-5px;min-width:19px;height:19px;padding:0 4px;border-radius:999px;background:var(--grad);color:#04050c;font-size:11px;font-weight:900;display:flex;align-items:center;justify-content:center} .cart-count:empty{display:none} @media(max-width:900px){ .navlinks .hide-sm{display:none} .topnav{justify-content:space-between;align-items:center;padding:14px 12px 16px;gap:0;min-height:50px;position:relative} .logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;z-index:1} .logo-img{width:auto;height:34px;max-height:34px} .navlinks{margin-left:auto;display:flex;align-items:center;gap:8px} .cart-btn{position:relative;right:auto;top:auto;width:38px;height:38px;z-index:2} .cart-btn{position:absolute;right:10px;top:5px;width:38px;height:38px;z-index:2} .hero-sub{display:none} .hero-left{display:flex;flex-direction:column} .bullets{order:99;margin-bottom:14px} } /* ============ HERO ============ */ .hero{display:flex;align-items:center;padding:12px 0 32px;position:relative} .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:flex-start;width:100%} @media(max-width:900px){.hero{padding:2px 0 16px}.hero-grid{grid-template-columns:1fr;gap:24px}.rev-badge{font-size:3px;padding:2px 5px;gap:2px;margin:14px 0 8px;justify-content:flex-start;border-radius:6px;width:fit-content;max-width:100%;white-space:nowrap}.stars{letter-spacing:.5px}.rev-badge .stars{letter-spacing:1px}} .rev-badge{display:inline-flex;align-items:center;gap:8px;background:var(--panel);border:1px solid var(--line);padding:4px 9px;border-radius:999px;font-size:8px;margin-bottom:12px;color:var(--muted);width:fit-content} .stars{color:var(--gold);letter-spacing:1px} .hero h1{font-size:clamp(34px,6vw,54px);font-weight:900;line-height:1.08;letter-spacing:-.5px;margin-bottom:14px} .price-row{display:flex;align-items:baseline;gap:12px;margin:8px 0 4px;flex-wrap:wrap} .price-now{font-size:clamp(34px,5vw,46px);font-weight:900;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent} .price-was{font-size:22px;color:var(--dim);text-decoration:line-through} .save-badge{background:rgba(251,191,36,.14);color:var(--gold);border:1px solid rgba(251,191,36,.35);font-size:12px;font-weight:800;padding:3px 10px;border-radius:999px} .hero-sub{color:var(--muted);font-size:16px;margin:10px 0 22px} .bullets{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px} .bullets li{display:flex;align-items:center;gap:10px;font-size:14.5px} .bullets .ico{font-size:17px} .plug-label{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--dim);margin:16px 0 8px;font-weight:700} .plugs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px} .plug{position:relative;cursor:pointer} .plug input{position:absolute;opacity:0;inset:0;cursor:pointer} .plug span{display:inline-block;padding:9px 18px;border:1px solid var(--line);border-radius:999px;font-size:14px;font-weight:700;background:var(--panel);transition:all .2s;text-align:center;line-height:1.2} .plug input:checked+span{border-color:var(--cyan);background:rgba(34,211,238,.12);color:var(--txt);box-shadow:0 0 18px rgba(34,211,238,.25)} .plug em{font-style:normal;font-size:10px;color:var(--gold);display:block;font-weight:800} .qty-line{font-size:13px;color:var(--cyan);font-weight:800;background:rgba(34,211,238,.1);border:1px solid rgba(34,211,238,.3);padding:3px 10px;border-radius:999px} .bundle-label{font-size:13px;letter-spacing:1px;text-transform:uppercase;color:var(--muted);font-weight:800;margin:14px 0 8px} .qty-plugs{max-width:460px} .qty-plugs em{font-style:normal;font-size:10px;color:var(--gold);display:block;font-weight:800} .bundle-table{max-width:460px;width:100%;border:1px solid var(--line);border-radius:14px;overflow:hidden;margin-bottom:20px;padding:0 0 4px} .b-head,.b-row{display:grid;grid-template-columns:1fr 1.2fr 1.2fr .7fr;font-size:13px} .b-head{background:rgba(255,255,255,.06);font-weight:800;color:var(--muted);text-transform:uppercase;font-size:11px;letter-spacing:.5px} .b-head span,.b-row span{padding:9px 12px;border-top:1px solid var(--line);min-width:0;overflow-wrap:break-word} .b-row span:first-child{font-weight:800} .b-row{cursor:pointer;transition:background .15s,box-shadow .15s;margin:0 8px;border-radius:12px;position:relative;z-index:0} .b-row:hover{background:rgba(251,191,36,.07)} .b-row.on{background:linear-gradient(90deg,rgba(251,191,36,.34),rgba(251,191,36,.16));box-shadow:inset 0 0 0 2px rgba(251,191,36,.75),0 0 26px rgba(251,191,36,.45);border-radius:12px;z-index:1} .b-row.on span{color:var(--gold);font-weight:800} .b-row span:last-child{color:var(--green);font-weight:800} .b-row.on span:last-child{color:var(--gold);font-weight:900} .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:460px;padding:17px 26px;border-radius:999px;font-weight:900;font-size:17px;letter-spacing:.3px;color:#04050c;background:linear-gradient(120deg,#22d3ee,#818cf8 55%,#e879f9);text-decoration:none;box-shadow:0 12px 40px -10px rgba(129,140,248,.65);transition:transform .15s,box-shadow .15s;border:none;cursor:pointer} .btn:hover{transform:translateY(-2px);box-shadow:0 18px 50px -10px rgba(129,140,248,.85)} .btn .cart-ico{font-size:20px} .buy-form{display:block;width:100%;max-width:460px} .cust-summary form.buy-form{max-width:340px;margin:0} .pay-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;align-items:center} .pay-row span{font-size:11px;color:var(--dim);border:1px solid var(--line);padding:3px 10px;border-radius:6px} /* hero visual */ .hero-product{position:relative} .hero-visual{margin-top:47px} @media(max-width:900px){.hero-visual{margin-top:0}} .hero-main{border-radius:20px;overflow:hidden;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);aspect-ratio:3/4} .hero-main img,.hero-main video{width:100%;height:100%;aspect-ratio:3/4;object-fit:cover;display:block} .hero-main video{background:#000} @media(max-width:640px){.hero-main{aspect-ratio:3/4}} .hero-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap} .hero-thumbs .t{flex:0 0 64px;height:64px;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--panel);padding:0;cursor:pointer;transition:border-color .2s} .hero-thumbs .t img{width:100%;height:100%;object-fit:cover} .hero-thumbs .t.on{border-color:var(--cyan);box-shadow:0 0 12px rgba(34,211,238,.4)} @media(max-width:640px){ .hero-thumbs{flex-wrap:wrap} .hero-thumbs .t{flex:0 0 56px;height:56px} } /* ============ STEPS ============ */ .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px} @media(max-width:800px){.steps-grid{grid-template-columns:1fr}} .step{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);padding:26px 22px;text-align:center;position:relative} .step .num{position:absolute;top:14px;left:16px;font-size:44px;font-weight:900;color:rgba(255,255,255,.06)} .step .ico{font-size:34px;margin-bottom:10px} .step h3{font-size:17px;font-weight:800;margin-bottom:8px} .step p{color:var(--muted);font-size:13.5px} .img-slot{margin-top:16px;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--bg2)} .img-slot img{width:100%;aspect-ratio:4/3;object-fit:cover} /* ============ INSTALL ============ */ .install{background:linear-gradient(180deg,rgba(10,13,34,.6),transparent)} .inst-track{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;max-width:100%} .inst-track::-webkit-scrollbar{display:none} @media(max-width:999px){.inst-track{grid-template-columns:repeat(5,78%);grid-auto-flow:column;scroll-snap-type:x mandatory}} .inst-card{scroll-snap-align:start;background:var(--panel);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column} .inst-img img{width:100%;aspect-ratio:1/1;object-fit:contain;background:var(--bg2);padding:6px} .inst-body{padding:16px 16px 18px} .inst-num{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:50%;background:var(--grad);color:#04050c;font-weight:900;font-size:13px;margin-bottom:8px} .inst-body h3{font-size:15px;font-weight:800;margin-bottom:6px} .inst-body p{color:var(--muted);font-size:12.5px} .track-controls{display:flex;justify-content:center;gap:12px;margin-top:20px} .track-controls .arr{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--panel);color:var(--txt);font-size:20px;cursor:pointer;transition:all .2s} .track-controls .arr:hover{border-color:var(--cyan);color:var(--cyan);background:rgba(34,211,238,.08)} .inst-controls{display:none} @media(max-width:999px){.inst-controls{display:flex}} .inst-hint,.rev-hint{text-align:center;color:var(--dim);font-size:12px;margin-top:12px} /* ============ STATS ============ */ .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px} @media(max-width:800px){.stats-grid{grid-template-columns:repeat(2,1fr)}} .stat{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);padding:22px 18px;text-align:center} .stat b{display:block;font-size:32px;font-weight:900;background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:6px} .stat span{color:var(--muted);font-size:12.5px} /* ============ REVIEWS ============ */ .rev-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;max-width:100%} .rev-track::-webkit-scrollbar{display:none} .review{flex:0 0 calc((100% - 28px)/3);scroll-snap-align:start;background:var(--panel);border:1px solid var(--line);border-radius:var(--r);padding:20px;display:flex;flex-direction:column;gap:10px} @media(max-width:999px){.review{flex:0 0 86%}} .review .head{display:flex;align-items:center;gap:10px} .review .avatar{width:38px;height:38px;border-radius:50%;background:var(--grad);color:#04050c;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px} .review .name{font-weight:800;font-size:14px} .review .where{font-size:11.5px;color:var(--dim)} .review p{font-size:13px;color:var(--muted);flex:1} /* ============ VIDEO ============ */ .video-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px} @media(max-width:800px){.video-grid{grid-template-columns:1fr}} .video-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--r);overflow:hidden} .video-card video{width:100%;aspect-ratio:16/10;object-fit:cover;background:#000} .video-card p{font-size:13px;color:var(--muted);padding:12px 16px} /* ============ WHY CHOOSE ============ */ .cmp{width:100%;max-width:720px;margin:0 auto;border-collapse:collapse;border:1px solid var(--line);border-radius:14px;overflow:hidden;font-size:14px} @media(max-width:640px){.cmp{font-size:12px}.cmp th,.cmp td{padding:10px 8px}} .cmp th,.cmp td{padding:13px 16px;border-bottom:1px solid var(--line);text-align:left} .cmp thead th{background:rgba(255,255,255,.06);font-weight:800} .cmp th.hx{color:var(--cyan)} .cmp tbody th{font-weight:600;color:var(--txt)} .cmp td{text-align:center;font-size:18px} .cmp td.lose{color:var(--dim)} .cmp td.win{color:var(--green)} /* ============ FAQ ============ */ .faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px} details{background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden} summary{cursor:pointer;padding:16px 20px;font-weight:700;font-size:15px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:10px} summary::after{content:"+";font-size:20px;color:var(--cyan);transition:transform .2s} details[open] summary::after{transform:rotate(45deg)} details .ans{padding:0 20px 18px;color:var(--muted);font-size:13.5px} .contact-strip{margin-top:18px;text-align:center;background:var(--panel);border:1px solid var(--line);border-radius:var(--r);padding:22px 20px;max-width:720px;margin-left:auto;margin-right:auto} .contact-strip h3{font-size:20px;font-weight:800;margin-bottom:8px} .contact-strip .sub{color:var(--muted);font-size:13.5px;margin-bottom:16px} .contact-topics{display:flex;flex-wrap:wrap;gap:9px;justify-content:center;margin-bottom:14px} .contact-topics button{background:var(--panel2);border:1px solid var(--line);color:var(--txt);border-radius:999px;padding:9px 18px;font-size:13.5px;font-weight:700;cursor:pointer;transition:all .2s} .contact-topics button:hover{border-color:var(--cyan);color:var(--cyan)} .contact-topics button.on{background:linear-gradient(120deg,rgba(34,211,238,.25),rgba(129,140,248,.25));border-color:var(--cyan);color:var(--txt)} .contact-msg{width:100%;max-width:560px;margin:0 auto 12px;display:none;background:var(--bg2);border:1px solid var(--line);border-radius:14px;padding:12px 16px;color:var(--txt);font-size:14px;min-height:90px;outline:none;resize:vertical;font-family:inherit} .contact-msg.show{display:block} .contact-msg:focus{border-color:var(--cyan)} .contact-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 34px;border-radius:999px;font-weight:900;font-size:15px;letter-spacing:.3px;color:#04050c;background:linear-gradient(120deg,#22d3ee,#818cf8 55%,#e879f9);box-shadow:0 12px 40px -10px rgba(129,140,248,.65);border:none;cursor:pointer;transition:transform .15s,box-shadow .15s} .contact-submit:hover{transform:translateY(-2px)} .contact-ok{display:none;margin-top:12px;color:var(--green);font-weight:800;font-size:14px} /* ============ FOOTER ============ */ footer{border-top:1px solid var(--line);padding:17px 0 20px;text-align:center;color:var(--dim);font-size:13px} .f-brand{font-weight:900;font-size:16px;color:var(--txt);margin-bottom:8px;letter-spacing:.5px} footer p{margin-top:4px}
⚡ BUNDLE & SAVE: up to 30% OFF + FREE SHIPPING WORLDWIDE 🚚⚡ BUNDLE & SAVE: up to 30% OFF + FREE SHIPPING WORLDWIDE 🚚⚡ BUNDLE & SAVE: up to 30% OFF + FREE SHIPPING WORLDWIDE 🚚
★★★★★ 4.9/5 from 214 verified buyers

animeholo 3D Hologram Fan

$129.99 $116.99 1× unit SAVE 10%
Bundle & Save — tap a row to choose
QtyUnit priceTotalSave
$116.99$116.9910%
$103.99$207.9820%
$90.99$363.9630%

Instantly project videos from your phone into floating 3D holograms — no screen, no VR headset, no setup hassle.

  • 📲Instantly project videos from your phone
  • Experience floating 3D holograms in any space
  • 🙌Plug, play & enjoy — no setup hassle
  • 🎌Display anime, figures & anything you love
  • 🚚Free global shipping on all orders
Plug Type
Video

See the magic yourself

Real product demos — no CGI, just the animeholo™.

How It Works

Magic in 3 simple steps

From box to floating 3D holograms in under two minutes.

1
📱

Download the App

Download our free mobile app or use the included PC application. No pairing, no bluetooth headaches.

Scan the QR code to download the animeholo app
2
🖼️

Upload Your Content

Upload any photo or video from your phone or computer — anime clips, product ads, logos, photos, anything.

Upload any photo or video to the hologram fan app
3
📶

Connect & Enjoy

Connect the fan to your Wi-Fi, press play, and watch your content float in mid-air. Turn heads instantly.

Connect to Wi-Fi and enjoy floating 3D holograms
Easy Setup

Install in 5 easy steps

No tools, no tech skills — swipe through the steps on your phone.

Step 1: Unpack the 3D hologram fan parts
1

Unpack the parts

Check the fan disc, stand pole and clip mount are all in the box.

Step 2: Mount the hologram fan
2

Mount the fan

Place the fan unit onto the stand and seat it firmly.

Step 3: Adjust the stand
3

Adjust the stand

Attach the clip or adjust the pole height to suit your desk or ceiling.

Step 4: Lock the fan in place
4

Lock it in place

Tighten the screw and rotate the display to the perfect angle.

Step 5: Power on the hologram fan and enjoy
5

Power on & enjoy

Plug in, power on — your 3D holograms come to life in seconds.

← Swipe or use the arrows to see all 5 steps →

Proven

The numbers don't lie — our fan delivers

Real feedback from verified buyers around the world.

97%of customers say it turns heads instantly and makes any space unforgettable
91%report stronger engagement & sales at events with the 3D display
93%of buyers love how easy it is to set up and customize visuals
95%say it significantly enhances their presentations and experiences
Testimonials

What do our customers think?

Real words from real hologram fans.

JR
James R.
United States · Verified buyer
★★★★★

"Bought it for my gaming room. The 3D anime displays look unreal — my friends don't believe it's a real product. Best money I've spent this year."

佐藤 健
日本 · 購入者
★★★★★

"想像以上のクオリティ!アニメ映像が空中に浮かぶ感動は本当に凄いです。設定もアプリで3分で完了。友達みんなに自慢しています。"

SL
Sophie L.
United Kingdom · Verified buyer
★★★★★

"Setup took 3 minutes flat. My shop window has never got this much attention — people stop, take photos and ask where to buy it."

DK
Daniel K.
Germany · Verified buyer
★★★★★

"The hologram quality is surprisingly sharp and bright. I show product demos at trade fairs and it's a total conversation starter."

MG
María G.
España · Comprador verificado
★★★★★

"¡Increíble! Lo uso en mi tienda y el holograma se ve espectacular — mis clientes se quedan mirándolo todos los días. Envío rápido y gratis, muy recomendado."

MT
Mei T.
Singapore · Verified buyer
★★★★★

"Displaying my anime figure collection as floating holograms is next level. The app is simple and uploading videos takes seconds."

CM
Carlos M.
Spain · Verified buyer
★★★★★

"Quiet, bright and easy to use. Used it at a birthday party and the kids went crazy for the floating effects. Only wish the cable was a bit longer."

EW
Emma W.
Canada · Verified buyer
★★★★★

"Shipping was fast and free. The build quality feels premium — way better than I expected at this price point."

LO
Liam O.
Australia · Verified buyer
★★★★★

"Ordered two for our store — the bundle discount made it a no-brainer. Both work flawlessly and look amazing on display."

YS
Yuki S.
Japan · Verified buyer
★★★★★

"Anime clips float in mid-air — it's magical. My kids think I'm a wizard now. Absolutely love it."

田中 美咲
日本 · 購入者
★★★★★

"最初は半信半疑でしたが、実際に使うと大満足。お店のディスプレイに使っていますが、お客様の反応が全然違います。配送もとても早かったです。"

NP
Nina P.
France · Verified buyer
★★★★★

"I was skeptical about 'holograms at home' but this really delivers. Perfect for my café counter — customers are mesmerized."

← Swipe or use the arrows to see more reviews →

Why Choose animeholo™?

Premium quality. Best price.

animeholo™ offers the most premium hologram devices with the most premium service — all for the best price.

Others animeholo™
Can display anything (photo, video, anime, ads)
Best price
Free shipping
Worldwide shipping
Warranty & support
Support

Questions? We've got you covered

Everything you need to know before you buy.

How long does delivery take?
Orders are shipped within 72 hours. Delivery typically takes 7–14 business days worldwide with free tracked shipping. You'll receive a tracking number by email.
What's included in the box?
1× animeholo™ hologram fan, 1× power supply, 1× standing stand, 1× remote control, and 1× instruction manual.
Is it noisy when running?
It runs quietly — comparable to (or slightly quieter than) a regular fan. You'll hear a soft hum, but nothing disruptive. Perfect for indoor displays.
Can I display any content I want?
Yes! Display any photo or video, of any length, directly on your hologram fan using our mobile app or PC software — anime clips, product ads, photos, logos, anything you can imagine.
What about returns?
We stand behind our product with a 30-day warranty against defects. All sales are final unless the item arrives broken, damaged or faulty — in which case we'll make it right.

Any questions? Ask us directly 💬

Pick a topic below, write your message, and we'll get back to you — usually within 24 hours.

✓ Your question has been opened in your email app. We'll reply soon!
animeholo™ 3D Hologram Fan

© 2026 animeholo™. All rights reserved.

Returns policy: all sales are final unless the item is received broken, damaged or faulty.