search animation
This commit is contained in:
parent
af8eb7ba49
commit
8bd062abf3
|
|
@ -28,9 +28,7 @@ const Search = () => {
|
|||
animate={input.length > 0 ? "active" : "rest"}
|
||||
variants={searchMotion}
|
||||
>
|
||||
<motion.svg>
|
||||
<Loop />
|
||||
</motion.svg>
|
||||
<Loop />
|
||||
<span>Search anything...</span>
|
||||
</motion.div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue