Web Platform Team Blog

Adobe

decor

Making the web awesome

Posts Tagged CSS3

CSS Shaders now in CSS Filter Effects Specification

After detailed discussion with members of the CSSWG, a decision has been made to incorporate the CSS Shaders specification into the CSS Filter Effects specification. As a result, the feature known as Shaders will now be referred to as Custom Filters. For more information, check out the CSS Custom Filters page.  Samples are also available... Continue reading →

CSS Exclusions and Shape Intersection

CSS Exclusions promises to open up a new class of magazine-style layouts for the web. As you might imagine, the feature also brings with it a bunch of compelling engineering challenges. One example is efficiently computing the intersection of the horizontal boxes that represent inline content with the inside or outside of polygonal exclusion shapes.... Continue reading →

CSS & SVG

With the addition of CSS transitions and transforms, web developers can create interactive content with relatively simple markup. Understanding how to use these features with SVG, which has its own transform and animation systems, can be a little difficult. For example, let’s take a look at a simple interactive element, which animates its color and... Continue reading →