Answer & Solution
<feGaussianBlur>
and <feOffset>
filters is suitable for creating a motion blur effect in SVG animations. <feGaussianBlur>
applies a blur effect, simulating motion blur, while <feOffset>
shifts the blurred image, creating a directional blur effect. This combination is commonly used in animation contexts to convey motion, speed, or dynamic movement in SVG graphics, enhancing the realism and visual impact of animated elements.