CSS Gradients


just heads up. when creating 0 degree gradient illustrator leaves out important css command. makes gradient repeat itself.

to have smooth single gradient need add repeat: fixed; background css command.

 

example:

 

background : linear-gradient(0deg, rgba(255, 255, 255, 100) 0%, rgba(0, 0, 0, 100) 100%) repeat fixed;

 

this example tested in firefox.



More discussions in Illustrator


adobe

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?