search animation

This commit is contained in:
VividTruthKeeper 2023-02-01 02:58:19 +05:00
parent af8eb7ba49
commit 8bd062abf3
1 changed files with 1 additions and 3 deletions

View File

@ -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>