David Wittenbrink
@d_wittenbrink
Web developer | @[email protected]
ID: 16548362
01-10-2008 19:07:34
753 Tweet
224 Followers
1,1K Following
PSA: The CSS Working Group just resolved to officially pursue work on native custom functions and mixins 🎉
7 years after I saw this get demoed by Chris Coyier at CSS Day conference, WebKit now added support to animate SVG path data from within CSS through the `d` property. ```css svg:hover path { d: path("M5,2 Q 8,5 5,8"); } ``` Bug: bugs.webkit.org/show_bug.cgi?i… Demo: bram.us/2017/06/21/cha…