[NUI][AT-SPI] Remove AccessibilityAnimated
authorArtur Świgoń <a.swigon@samsung.com>
Tue, 25 May 2021 14:33:15 +0000 (16:33 +0200)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 1 Jun 2021 08:03:31 +0000 (17:03 +0900)
commitf908c96c4ab479684b4d6de5dc4cac1bec872fe4
treef85695a060e03d7ea1962cb04bba0033f9048d22
parent7aa8f05fef1b449791c1072999c3088f314e8562
[NUI][AT-SPI] Remove AccessibilityAnimated

This property was used to control automatic emission of the
BoundsChanged event. However, we no longer emit this event, so this
property serves no purpose.

Not to be confused with AT-SPI state Animated which is still available.
src/Tizen.NUI/src/internal/Interop/Interop.ViewProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibility.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibilityProperties.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEnum.cs