How blur effect can i do? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How blur effect can i do?

I want to do as IOS menu

27th Jan 2018, 10:47 PM
Степанов Александр
Степанов Александр - avatar
1 Respuesta
+ 2
you can use css "filter" property with the value "blur(amountInPixels)". like div.blur { filter: blur(20px) }
28th Jan 2018, 6:57 PM
Ismael Kedir
Ismael Kedir - avatar