JavaScript UI programming, Server side development, news and tools.
Browse by Tags
All Tags »
DEV (
RSS)
-
|
In my workspace I've done some research on how to make effects with graphical transformations. When I Googled about it, I only found that the new Safari supports using CSS transformations . I didn't find that IE has supported these things from earlier versions (5.5) -- though with another name: Matrix filters. So as of now, I have 2 ways to make effects with graphical transformations: The Safari way : using the 'transform' property of CSS (extensions to the spec and proposal too)...
|