Slide 27
Slide 27 text
Driving from inside
# toggle panels - same interface
# for animation on all platforms
!
image_editor_controller.animate_view(
brushes_panel,
:horizontall_slide,
from: 0,
to: -90)
!
image_editor_controller.animate_view(
shapes_panel,
:horizontall_slide,
from: -90,
to: 0)