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
Post a Comment