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