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

85.mukesh 85.mukesh at gmail.com
Wed Jan 23 00:29:26 PST 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130123/2313f355/attachment.html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130123/2313f355/attachment-0001.html>


More information about the webkit-dev mailing list