mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-11-23 06:50:40 +00:00
update config resources
Change-Id: Ifb126f72b21eb3bb23b3bb8c17a748db1f841ba2 Signed-off-by: hashicop <yanhao64@huawei.com>
This commit is contained in:
parent
f9eb58cdef
commit
c0d57ec0ad
@ -27,10 +27,17 @@
|
||||
<scale>0.7 0.7</scale>
|
||||
</windowAnimation>
|
||||
<keyboardAnimation>
|
||||
<timing>
|
||||
<durationIn>500</durationIn>
|
||||
<durationOut>300</durationOut>
|
||||
<curve name="cubic">0.2 0.0 0.2 1.0</curve>
|
||||
</timing>
|
||||
<animationIn>
|
||||
<timing>
|
||||
<duration>500</duration>
|
||||
<curve name="cubic">0.2 0.0 0.2 1.0</curve>
|
||||
</timing>
|
||||
</animationIn>
|
||||
<animationOut>
|
||||
<timing>
|
||||
<duration>300</duration>
|
||||
<curve name="cubic">0.2 0.0 0.2 1.0</curve>
|
||||
</timing>
|
||||
</animationOut>
|
||||
</keyboardAnimation>
|
||||
</Configs>
|
||||
|
@ -54,14 +54,24 @@
|
||||
</windowAnimation>
|
||||
<!--keyboard animation config-->
|
||||
<keyboardAnimation>
|
||||
<timing>
|
||||
<!--duration of animation when add keyboard, unit is ms-->
|
||||
<durationIn>150</durationIn>
|
||||
<!--duration of animation when remove keyboard, unit is ms-->
|
||||
<durationOut>150</durationOut>
|
||||
<!--friction curve-->
|
||||
<curve name="cubic">0.2 0.0 0.2 1.0</curve>
|
||||
</timing>
|
||||
<!--animation when add keyboard-->
|
||||
<animationIn>
|
||||
<timing>
|
||||
<!--animation duration, unit is ms-->
|
||||
<duration>150</duration>
|
||||
<!--friction curve-->
|
||||
<curve name="cubic">0.2 0.0 0.2 1.0</curve>
|
||||
</timing>
|
||||
</animationIn>
|
||||
<!--animation when remove keyboard-->
|
||||
<animationOut>
|
||||
<timing>
|
||||
<!--animation duration, unit is ms-->
|
||||
<duration>150</duration>
|
||||
<!--friction curve-->
|
||||
<curve name="cubic">0.2 0.0 0.2 1.0</curve>
|
||||
</timing>
|
||||
</animationOut>
|
||||
</keyboardAnimation>
|
||||
<!--startWindowTransitionAnimation enable is true means startWindow replace with alpha animation-->
|
||||
<startWindowTransitionAnimation enable="false">
|
||||
|
@ -54,14 +54,24 @@
|
||||
</windowAnimation>
|
||||
<!--keyboard animation config-->
|
||||
<keyboardAnimation>
|
||||
<timing>
|
||||
<!--duration of animation when add keyboard, unit is ms-->
|
||||
<durationIn>500</durationIn>
|
||||
<!--duration of animation when remove keyboard, unit is ms-->
|
||||
<durationOut>300</durationOut>
|
||||
<!--friction curve-->
|
||||
<curve name="cubic">0.2 0.0 0.2 1.0</curve>
|
||||
</timing>
|
||||
<!--animation when add keyboard-->
|
||||
<animationIn>
|
||||
<timing>
|
||||
<!--animation duration, unit is ms-->
|
||||
<duration>500</duration>
|
||||
<!--friction curve-->
|
||||
<curve name="cubic">0.2 0.0 0.2 1.0</curve>
|
||||
</timing>
|
||||
</animationIn>
|
||||
<!--animation when remove keyboard-->
|
||||
<animationOut>
|
||||
<timing>
|
||||
<!--animation duration, unit is ms-->
|
||||
<duration>300</duration>
|
||||
<!--friction curve-->
|
||||
<curve name="cubic">0.2 0.0 0.2 1.0</curve>
|
||||
</timing>
|
||||
</animationOut>
|
||||
</keyboardAnimation>
|
||||
<!--startWindowTransitionAnimation enable is true means startWindow replace with alpha animation-->
|
||||
<startWindowTransitionAnimation enable="false">
|
||||
|
Loading…
Reference in New Issue
Block a user