Skip to content
codler edited this page Dec 9, 2010 · 18 revisions

animation, animation-delay, animation-direction, animation-duration, animation-iteration-count, animation-name, animation-timing-function, backface-visibility, background-clip, background-origin, background-size, border-image,

		// border image
		'border-image'				: ['moz', 'webkit'],
		'border-top-image'			: ['moz', 'webkit'],
		'border-right-image'		: ['moz', 'webkit'],
		'border-bottom-image'		: ['moz', 'webkit'],
		'border-left-image'			: ['moz', 'webkit'],
		'border-corner-image'		: ['moz', 'webkit'],
		'border-top-left-image'		: ['moz', 'webkit'],
		'border-top-right-image'	: ['moz', 'webkit'],
		'border-bottom-left-image'	: ['moz', 'webkit'],
		'border-bottom-right-image'	: ['moz', 'webkit'],
		
		// border-radius
		'border-radius' 			: ['moz'],
		'border-top-left-radius'	: [customRule('-moz-border-radius-topleft')],
		'border-top-right-radius'	: [customRule('-moz-border-radius-topright')],
		'border-bottom-right-radius': [customRule('-moz-border-radius-bottomright')],
		'border-bottom-left-radius'	: [customRule('-moz-border-radius-bottomleft')],
		
		'box-align'			 : ['moz', 'webkit'],
		'box-direction'		 : ['moz', 'webkit'],
		'box-flex'			 : ['moz', 'webkit'],
		'box-flex-group'	 : ['moz', 'webkit'],
		'box-lines'			 : ['moz', 'webkit'],
		'box-ordinal-group'	 : ['moz', 'webkit'],
		'box-orient'		 : ['moz', 'webkit'],
		'box-pack'			 : ['moz', 'webkit'],
		'box-shadow'		 : ['moz', 'webkit'],
		'box-sizing'		 : ['moz', 'webkit'],
		'column-count'		 : ['moz', 'webkit'],
		'column-gap'		 : ['moz', 'webkit'],
		'column-rule'		 : ['moz', 'webkit'],
		'column-rule-color'	 : ['moz', 'webkit'],
		'column-rule-style'	 : ['moz', 'webkit'],
		'column-rule-width'	 : ['moz', 'webkit'],
		'column-width'		 : ['moz', 'webkit'],
		'columns'			 : ['webkit'],
		'marquee'			 : ['webkit'],
		'marquee-direction'	 : ['webkit'],
		'marquee-speed'		 : ['webkit'],
		'marquee-style'		 : ['webkit'],
		'perspective'		 : ['webkit'],
		'perspective-origin' : ['webkit'],
		'tab-size'			 : ['moz', 'o'],
		'text-overflow'		 : ['o'],
		'text-size-adjust'	 : ['webkit', 'ms'],
		'transform'			 : ['moz', 'webkit', 'o', 'ms'],
		'transform-origin'	 : ['moz', 'webkit', 'o', 'ms'],
		'transform-style'	 : ['webkit'],
		'transition'		 : ['moz', 'webkit', 'o'],
		'transition-delay'	 : ['moz', 'webkit', 'o'],
		'transition-duration' : ['moz', 'webkit', 'o'],
		'transition-property' : ['moz', 'webkit', 'o'],
		'transition-timing-function' : ['moz', 'webkit', 'o'],
		'user-modify'		 : ['moz', 'webkit', 'khtml'],
		'user-select'		 : ['moz', 'webkit', 'khtml']
Clone this wiki locally