mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
1 line
265 B
JavaScript
1 line
265 B
JavaScript
$(document).ready((function(){$("#comments").on("focus",".v[data-class=v] .vwrap .vedit",(function(){$(this).animate({"background-size":"0%"})})),$("#comments").on("blur",".v[data-class=v] .vwrap .vedit",(function(){$(this).animate({"background-size":"20%"})}))})); |