我的建议是使用 css 过渡。过渡动画可能是这样的:#myId { width: 100px; height: 100px; left: 0; top: 0; background: red; position: relative; display:block;}#myId:hover { transition: left 3s linear; left: 500px;}<div id="myId"></div>
1 回答
MM们
TA贡献1886条经验 获得超2个赞
好的,我通过执行以下操作解决了我的问题:
<ReCAPTCHA
hl={'ar'}
sitekey={ReCaptchaKeys.siteKey}
onChange={handleChange}
/>
hl是语言代码。参考:
https://developers.google.com/recaptcha/docs/language
添加回答
举报
0/150
提交
取消