Overview
A fuller whoosh variant with more body and presence. Great for larger or more dramatic transitions. Duration: 1.10s.
Installation
React / Web Audio
npx shadcn@latest add @elements/sfx-whoosh-alt1Video Production / Agents
curl -o public/sfx/whoosh-alt1.mp3 https://tryelements.dev/sfx/whoosh-alt1.mp3Usage
React Hook
import { useSound } from "@/hooks/use-sound";
import { whooshAlt1Sound } from "@/sfx/whoosh-alt1";
export function SlideTransition() {
const [play] = useSound(whooshAlt1Sound, { volume: 0.4 });
return <button onClick={play}>Next Slide</button>;
}Remotion
import { Audio, staticFile } from "remotion";
export function TransitionLayer() {
return <Audio src={staticFile("sfx/whoosh-alt1.mp3")} volume={0.4} />;
}Timing
Best played 100ms before the transition cut.
License
CC0 (public domain). No attribution required. Free for commercial use.