# ArkUI Animation/Interaction Event Development (ArkTS) ## What should I do if the onBlur and onFocus callbacks cannot be triggered? Applicable to: OpenHarmony 3.2 Beta 5 (API version 9) **Symptom** The **onBlur** and **onFocus** callbacks of the focus event cannot be triggered. **Solution** Check the trigger device. By default, the focus event (and the **onBlur** and **onFocus** callbacks) can be triggered only by the Tab button and arrow buttons on the connected keyboard. To enable the focus event to be triggered by a touch, add the **focusOnTouch** attribute for the target component. **Reference** [Focus Control](../reference/arkui-ts/ts-universal-attributes-focus.md) ## How do I disable the scroll event of a \ nested in the \? Applicable to: OpenHarmony 3.2 Beta 5 (API version 9) Implement nested scrolling of the containers, by using the **onScrollFrameBegin** event and the **scrollBy** method. **Reference** [Scroll](../reference/arkui-ts/ts-container-scroll.md#example-2) ## How do I enable a component to rotate continuously? Applicable to: OpenHarmony 3.2 Beta 5 (API version 9) You can use [attribute animation](../reference/arkui-ts/ts-animatorproperty.md) to that effect. ## How do I scroll a list with the keyboard? Applicable to: OpenHarmony 3.2 Beta 5 (API version 9) **Solution** Use either of the following: - Add **focusable\(true\)** to the list item to enable it to obtain focus. - Nest a focusable component, for example, **\