BlurJS Usage Examples
Simple usage examples for getting started with BlurJS.
1. Create a Basic HTML File
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blur Example</title>
<style>
.parent {
position: relative;
}
</style>
</head>
<body>
<div class="parent">
<div class="blur"></div>
</div>
</body>
</html>
2. Add BlurJS
3. Make Magic
4. The End
Last updated