PACK DYNAMITE
/* ===== PACK DYNAMITE — DA EXPLOSION / FEU (assortie à la miniature) ===== */ @import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;700&display=swa p'); .dyn-product-description{ --fire:#ff6a1a; --fire-hot:#ffb347; --fire-deep:#c72b0e; --glow:rgba(255,106,26,.55); background:#0a0505; color:#fff; font-family:Inter,sans-serif; padding:18px; position:relative; overflow:hidden; } /* halo orange ambiant (lueur d'explosion) */ .dyn-product-description::before{ content:""; position:absolute; width:560px;height:560px; border-radius:50%; background:radial-gradient(circle,var(--fire-hot),var(--fire-deep)); filter:blur(170px); opacity:.16; top:-160px;left:50%; transform:translateX(-50%); pointer-events:none; z-index:0; } /* ===== BRAISES QUI MONTENT EN ARRIÈRE-PLAN ===== */ .dyn-embers-bg{ position:absolute; inset:0; z-index:0; overflow:hidden; pointer-events:none; } .dyn-embers-bg .e{ position:absolute; bottom:-14px; width:7px;height:7px; border-radius:50%; background:radial-gradient(circle,#ffe9b0 0%,var(--fire) 55%,transparent 75%); box-shadow:0 0 12px var(--glow); opacity:0; animation:dyn-ember 8s ease-in infinite; } .dyn-embers-bg .e:nth-child(1){ left:8%; animation-duration:9s; } .dyn-embers-bg .e:nth-child(2){ left:22%; width:5px;height:5px; animation-duration:7s; animation-delay:1.4s; } .dyn-embers-bg .e:nth-child(3){ left:38%; width:9px;height:9px; animation-duration:8.5s;animation-delay:3s; } .dyn-embers-bg .e:nth-child(4){ left:55%; animation-duration:6.5s; animation-delay:.7s; } .dyn-embers-bg .e:nth-child(5){ left:70%; width:6px;height:6px; animation-duration:9.5s;animation-delay:2.2s; } .dyn-embers-bg .e:nth-child(6){ left:86%; width:8px;height:8px; animation-duration:7.5s;animation-delay:4s; } @keyframes dyn-ember{ 0% { transform:translate(0,0); opacity:0; } 8% { opacity:.8; } 50% { transform:translate(-18px,-260px); } 100%{ transform:translate(14px,-520px); opacity:0; } } .dyn-wrap{ position:relative; z-index:1; max-width:920px; margin:auto; display:grid; gap:18px; } .dyn-hero, .dyn-list-box, .dyn-pack, .dyn-cta, .dyn-bonus, .dyn-count-highlight, .dyn-price-box, .dyn-plugins{ background:linear-gradient(180deg,#151009,#0a0605); border:1px solid rgba(255,106,26,.14); border-radius:18px; padding:18px; box-shadow:0 0 0 1px rgba(255,106,26,.05),0 0 30px rgba(255,106,26,.08),0 20px 40px rgba(0,0,0,.6); } .dyn-title, .dyn-list-title, .dyn-pack-title, .dyn-bonus-title, .dyn-price-title, .dyn-plugins-title{ font-family:Anton,sans-serif; font-weight:400; letter-spacing:1px; text-transform:uppercase; } .dyn-title{ font-size:clamp(34px,7vw,58px); line-height:1; } .dyn-title .accent{ background:linear-gradient(180deg,#ffe9b0 0%,var(--fire) 45%,var(--fire-deep) 100%); -webkit-background-clip:text; background-clip:text; color:transparent; filter:drop-shadow(0 0 16px var(--glow)); } .dyn-text, .dyn-pack-text, .dyn-item-desc, .dyn-bonus p, .dyn-plugins p{ color:#d9cfc5; font-size:14px; line-height:1.7; } .dyn-badge{ display:inline-block; padding:8px 12px; border-radius:999px; background:rgba(255,106,26,.14); border:1px solid rgba(255,106,26,.45); color:var(--fire-hot); font-size:11px; font-weight:800; text-transform:uppercase; margin-bottom:12px; margin-right:6px; text-shadow:0 0 10px var(--glow); } .dyn-punch{ margin-top:14px; display:inline-block; padding:10px 14px; border-radius:12px; background:rgba(255,106,26,.12); border:1px solid rgba(255,106,26,.42); color:#ffe4c8; font-weight:800; } .dyn-item{ margin-top:10px; background:#120b07; border:1px solid rgba(255,106,26,.10); border-radius:14px; overflow:hidden; } .dyn-item-head{ padding:14px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; gap:10px; } .dyn-item-title{ font-family:Anton,sans-serif; font-size:13px; letter-spacing:.8px; text-transform:uppercase; } .dyn-item-icon{ width:26px; height:26px; border-radius:999px; display:flex; align-items:center; justify-content:center; background:linear-gradient(180deg,var(--fire-hot),var(--fire-deep)); color:#1a0800; font-weight:900; box-shadow:0 0 14px var(--glow); transition:.35s ease; flex:none; } .dyn-item-desc{ max-height:0; overflow:hidden; transition:.35s ease; padding:0 14px; } .dyn-item.active .dyn-item-desc{ max-height:640px; padding:0 14px 14px; } .dyn-item.active .dyn-item-icon{ transform:rotate(45deg); } /* ===== LE CHIFFRE 78 + ONDE DE CHOC ===== */ .dyn-count-highlight{ text-align:center; background:radial-gradient(circle at 50% 42%,rgba(255,106,26,.26),rgba(255,106,26,.05) 60%,#0a0605); position:relative; overflow:hidden; } .dyn-count-highlight::before, .dyn-count-highlight::after{ content:""; position:absolute; left:50%;top:50%; width:120px;height:120px; border:1px solid rgba(255,150,60,.5); border-radius:50%; transform:translate(-50%,-50%); animation:dyn-shockwave 3.2s ease-out infinite; pointer-events:none; } .dyn-count-highlight::after{ animation-delay:1.6s; } @keyframes dyn-shockwave{ 0% { width:90px; height:90px; opacity:.75; } 100%{ width:560px; height:560px; opacity:0; } } .dyn-count-number{ font-family:Anton,sans-serif; font-size:72px; background:linear-gradient(180deg,#ffe9b0 0%,var(--fire) 50%,var(--fire-deep) 100%); -webkit-background-clip:text; background-clip:text; color:transparent; filter:drop-shadow(0 0 22px var(--glow)); position:relative; z-index:1; line-height:1; } .dyn-count-number span{ display:block; font-size:15px; background:none; -webkit-text-fill-color:#fff; color:#fff; filter:none; margin-top:6px; letter-spacing:2px; } .dyn-count-sub{ position:relative; z-index:1; margin-top:8px; color:#d9cfc5; font-size:13px; } /* ===== BONUS ===== */ .dyn-bonus-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:12px; margin-top:12px; } .dyn-bonus-card{ background:#120b07; border:1px solid rgba(255,106,26,.18); border-radius:14px; padding:14px; } .dyn-bonus-card b{ display:block; font-family:Anton,sans-serif; font-weight:400; font-size:12px; text-transform:uppercase; color:var(--fire-hot); margin-bottom:6px; letter-spacing:1px; } .dyn-bonus-card{ color:#d9cfc5; font-size:14px; line-height:1.7; } /* ===== VALEUR DÉTAILLÉE + PRIX ===== */ .dyn-price-box{text-align:center} .dyn-value-list{ max-width:420px; margin:14px auto 4px; text-align:left; } .dyn-value-row{ display:flex; justify-content:space-between; gap:12px; padding:9px 4px; border-bottom:1px dashed rgba(255,106,26,.22); color:#d9cfc5; font-size:14px; } .dyn-value-row b{ color:#ffe4c8; font-weight:700; } .dyn-value-total{ display:flex; justify-content:space-between; gap:12px; padding:12px 4px 0; font-family:Anton,sans-serif; letter-spacing:1px; text-transform:uppercase; font-size:15px; color:#fff; } .dyn-value-total .strike{ text-decoration:line-through; color:#8a7a6a; } .dyn-price-row{ display:flex; justify-content:center; gap:14px; align-items:end; margin-top:10px; } .dyn-old-price{ font-size:28px; text-decoration:line-through; color:#8a7a6a; font-weight:700; } .dyn-new-price{ font-size:60px; font-family:Anton,sans-serif; background:linear-gradient(180deg,#ffe9b0 0%,var(--fire) 50%,var(--fire-deep) 100%); -webkit-background-clip:text; background-clip:text; color:transparent; filter:drop-shadow(0 0 22px var(--glow)); line-height:1; } .dyn-save{ margin-top:12px; display:inline-block; padding:8px 12px; border-radius:999px; background:rgba(255,106,26,.14); border:1px solid rgba(255,106,26,.45); color:var(--fire-hot); font-size:12px; font-weight:800; } /* ===== CTA ===== */ .dyn-cta{ text-align:center; background:linear-gradient(180deg,#ffb347,#c72b0e); border:1px solid rgba(255,180,80,.6); box-shadow:0 0 40px rgba(255,106,26,.4),0 20px 40px rgba(0,0,0,.5); color:#1a0600; } .dyn-cta p{color:#2a0c00} .dyn-cta-title{ font-family:Anton,sans-serif; font-size:22px; letter-spacing:1px; text-transform:uppercase; color:#1a0600; } .dyn-btn{ display:inline-flex; margin-top:10px; padding:12px 18px; border-radius:999px; background:#0a0505; color:var(--fire-hot); text-decoration:none; font-family:Anton,sans-serif; font-size:12px; letter-spacing:1px; box-shadow:0 0 18px rgba(255,106,26,.55); } /* ===== BANDEAU PLUGINS ===== */ .dyn-plugins{ border:1px solid rgba(255,106,26,.28); background:linear-gradient(180deg,#1a0f08,#0a0605); } .dyn-plugins-title{ font-size:14px; color:var(--fire-hot); margin-bottom:8px; } .dyn-plugins-tags{ display:flex; flex-wrap:wrap; gap:8px; margin:10px 0; } .dyn-plugins-tags span{ padding:6px 12px; border-radius:999px; border:1px solid rgba(255,106,26,.4); background:rgba(255,106,26,.10); color:#ffe4c8; font-size:12px; font-weight:700; } .dyn-reveal{ opacity:0; transform:translateY(30px); transition:.7s ease; } .dyn-reveal.is-visible{ opacity:1; transform:none; } @media(prefers-reduced-motion:reduce){ .dyn-embers-bg .e{ animation:none; opacity:0; } .dyn-count-highlight::before,.dyn-count-highlight::after{ animation:none; opacity:0; } } After Effects 78 presets Pack Dynamite 78 presets shakes & transitions pour After Effects, conçus pour faire exploser le rythme de tes edits. L'énergie qu'on voit sur les plus gros clips — directement sur ta timeline. Glisse. Dépose. Ça détonne. Arrête de keyframer ta vie + Chaque shake fait à la main, c'est 20 minutes de keyframes pour un résultat qui bouge mal. Multiplie par le nombre de cuts d'un edit, et ta soirée y passe. Ici, chaque effet est déjà calibré : tu le poses sur ton clip et c'est réglé en 2 secondes. Ton temps part dans la créa, pas dans les réglages. La différence entre un edit plat et un edit qui claque + Un montage propre mais sans impact, ça se scroll. Ce qui retient l'œil, c'est le mouvement : les shakes qui frappent sur les kicks, les transitions qui donnent de la vitesse. Ce pack ajoute exactement cette couche d'énergie qui sépare un rendu amateur d'un rendu pro. Le style des plus gros edits + Des transitions dans le style de celles qu'on retrouve sur énormément de gros clips et d'edits viraux en ce moment. Ce mouvement que tout le monde reconnaît sans savoir le refaire — tu l'as maintenant en un clic, prêt à poser sur n'importe quel projet. Contenu du pack + 78 presets prêts à l'emploi pour After Effects : shakes, transitions et effets de mouvement pour couvrir tous tes projets. • Des dizaines de shakes — du subtil au très lourd • Des transitions rapides, fluides et percutantes • Guide d'installation en français et en anglais • Tuto vidéo pour bien utiliser les presets et exploiter le pack à fond 78 PRESETS De quoi ne jamais refaire deux fois le même edit. Inclus avec le pack Guide d'installation FR / EN Installe tout en quelques minutes, étape par étape, même si tu débutes. Tuto vidéo complet On te montre comment utiliser chaque type de preset et tirer le maximum du pack. Ce que ça vaut vraiment 78 presets shakes & transitions50€ Tuto vidéo d'utilisation15€ Guide d'installation FR / EN10€ Valeur totale75€ 75€ 65€ Prix de lancement — moins de 1€ le preset Livraison instantanée Tu reçois le pack par mail immédiatement après l'achat. Tu peux monter dans 5 minutes. Plus aucune excuse 78 presets, un guide, un tuto. Tout est là. La seule chose qui sépare tes edits d'un rendu dynamique maintenant, c'est un clic. Faire exploser mes edits ⚠ Plugins requis (After Effects) Pour profiter de 100% des presets, ces plugins doivent être installés : Universe Quantum Deep Glow 2 Sapphire Tous sont disponibles sur mon Discord, avec l'aide à l'installation si besoin. const dynObs=new IntersectionObserver(entries=>{ entries.forEach(entry=>{ if(entry.isIntersecting){entry.target.classList.add("is-visible")} }); }); document.querySelectorAll(".dyn-reveal").forEach(el=>dynObs.observe(el)); document.querySelectorAll(".dyn-item-head").forEach(head=>{ head.addEventListener("click",()=>{ head.parentElement.classList.toggle("active"); }); });
More you might like
Related
BTS-Dynamite - Pop! Rocks BTS Dynamite 7 Pack (Only At Walma
Related
BTS - Dynamite (7-Pack)
Related
BTS Dynamite 7-Pack
Related