Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
E.g. Pablo.cssPrefix('transform, transform-origin') or Pablo.cssPrefix(['transform', 'transform-origin']) should return a comma-separated string for all properties:
E.g.
Pablo.cssPrefix('transform, transform-origin')
orPablo.cssPrefix(['transform', 'transform-origin'])
should return a comma-separated string for all properties:transform, -moz-transform..., transform-origin, -moz-transform-origin...
This is useful in specifying transitions:
would be equivalent to: