We are really sorry to say this, but you can only enable or, disable it. See the screenshot: http://prntscr.com/jkhjte
However, you can disable it on mobile only with a simple CSS trick. Add the below CSS to your site.
@media screen and (max-width: 767px) {
.domain-search--form {
animation-name: none;
}
}
Best Regards,
ThemeLooks Support Team