I've been examining some CSS code and came across the below example and wondered if anyone knew what it related to or does and why does it show as an error in dreamweaver?
Code:@-webkit-keyframes pop { from { -webkit-transform: scale(.1); opacity: 0; } 85% { -webkit-transform: scale(1.05); opacity: 1; } to { -webkit-transform: scale(1); } }



Reply With Quote

Bookmarks