[webkit-dev] prototype for adding new feature in CSS using webkit

2013-01-23 Thread 85.mukesh
Dear All,
I want to make prototype for adding new feature in CSS using
webkit_clutter and try to launch css application using
ClutterLuancher. For that, I have chosen Animation properties for my
understanding, Under which I have chosen only to add replicate of
duration properties. Say for example, if flag is
webkit-animation-duration then I wants to add same feature with
different name like webkit-animation-duration1.For that I made some
changes in following class
Path: Source\WebCore\css
CSSComputedStyleDeclaration
CSSParser
CSSProperty
CSSPropertyNames.in
StyleBuilder
Path:Source\WebCore\rendering\ style
RenderStyle
And some changes related to Animation in folder
Path:source\webcore\platform\animation
Animation.h
AnimationList.cpp (source\webcore\platform\animation):
Problem Statement:
I am setting duration like
Like webkit-animation-duration1=2 and able to set the duration in api
setDuration1()(replicate of setDuration). But problem is that it is
not giving same behaviour as  webkit-animation-duration. I mean object
is not animating.
I have attached sample css based application for your reference.
Working file File.html and not working file File1.html

Thanks  Regards,
Muke





Note: This example does not work in Internet Explorer.










Note: This example does not work in Internet Explorer.





___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Need information regarding CSS3 extension

2013-01-16 Thread 85.mukesh
Hi ,
I want to write CSS3 extension, I don’t have any idea about it. I saw
the code related to css in webkit but I am getting difficulties to map
it. I. want to develop own tag like webkit-animation. Please let
me know if anyone having any idea about CSS extension.

Regards,
MK
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev