Change preloader animation to gif (MD/iOS)

Hello devs,

I have the next question: How Can I change the preloader animation for a animation gif (MD/iOS)

Using CSS i gues, something like

.preloader {
  animation: none;
  background: your gif backround here
}