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

Reply via email to