docs: Update efl_ui_zoom documentation

Although, it would have been really great that using the getter paused the
animation and using the setter resumed it...
This commit is contained in:
Xavi Artigas 2019-01-24 13:57:50 +01:00
parent 993c843291
commit b735376ed5
1 changed files with 7 additions and 16 deletions

View File

@ -17,23 +17,14 @@ interface Efl.Ui.Zoom
methods { methods {
@property zoom_animation { @property zoom_animation {
set { [[This sets the zoom animation state to on or off for zoomable. The
[[Enable zoom animation default is off. When $paused is $true, it will stop zooming using
animation on zoom level changes and change instantly, stopping any
This sets the zoom animation state to on or off for zoomable. The existing animations that are running.]]
default is off. This will stop zooming using animation on set {}
zoom level changes and change instantly. This will stop any get {}
existing animations that are running.
]]
}
get {
[[Disable zoom animation
This gets the current zoom animation state for the zoomable object.
]]
}
values { values {
paused: bool; [[The pause state.]] paused: bool; [[The paused state.]]
} }
} }
@property zoom_level { @property zoom_level {