Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendc/animateplus
/ clearBlur
Function
clearBlur
animateplus.js:99–102 ·
view source on GitHub ↗
({style}, {parentNode: {parentNode: svg}})
Source
from the content-addressed store, hash-verified
97
};
98
99
const
clearBlur = ({style}, {parentNode: {parentNode: svg}}) => {
100
style.filter =
"none"
;
101
svg.remove();
102
};
103
104
105
// color conversion
Callers
1
tick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected