Feature requests upon friendly web page building for NON software coding background

Hi Jonathan,

Thanks for reply.

I am very clear upon your implementation of feature request now.

As to the feature of gradients, you know, the color gradient is so important for ANY design, any animation and webpage design is a part of BRANDING.

So, ROADBLOCKS are everywhere if we can not use color flexibly not only on TEXT font, but elements like rectangle, ellipse, here is a simple example to show:

Actually, I want to add a blue gradient mask on that coconut image, finally, I use a CSS way on rectangle mask:

.bluegrad {
  background: -webkit-radial-gradient(circle, rgba(0, 216, 237, 0.000), rgba(0, 216, 237, 0.317), rgba(0, 216, 237, 0.699)); /* Safari 5.1 - 6.0 */
  background: -o-radial-gradient(circle, rgba(0, 216, 237, 0.000), rgba(0, 216, 237, 0.317), rgba(0, 216, 237, 0.699)); /* Opera 11.6 - 12.0 */
  background: -moz-radial-gradient(circle, rgba(0, 216, 237, 0.000), rgba(0, 216, 237, 0.317), rgba(0, 216, 237, 0.699)); /* Firefox 3.6 - 15 */
  background: radial-gradient(circle, rgba(0, 216, 237, 0.000), rgba(0, 216, 237, 0.317), rgba(0, 216, 237, 0.699)); /* standard */
  }

but, still it is quite limited, since I can not custom setting the scope of every color.

For MULITIPLE colors complex usage, please check this image


or check at

It would really really big gun if the FULL gradient feature could be released on next version.

Thanks

1 Like