How to disable or speed up a widget action animation?

Important: unclear posts may not receive useful answers.

Before posting

  • Get familiar with Markdown to format and structure your post
  • Be sure to update lvgl from the latest version from the master branch.
  • Be sure you have checked the relevant part of the documentation.
  • If applicable use the Simulator to eliminate hardware related issues.

Delete this section if you read and applied the mentioned points.

Description

In v8, it seems add lots of animotion effect to widgets. Such as pressing a checkbox, a button , etc. It seems worked smoothly in the docs examples, but when I run it in my device(CPU ARM335X), it seems not so smoothly than the docs example. So is there has some APIs or switches to speed up animation effect, or disable the widget action animotion?

What MCU/Processor/Board and compiler are you using?

arm335x

What LVGL version are you using?

8.0.1

What do you want to achieve?

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

You can set LV_THEME_DEFAULT_TRANSITON_TIME and LV_THEME_DEFAULT_GROW to 0 in lv_conf.h