[NUI] Adds Spring Like AlphaFunction for NUI.Animation
authorSeungho Baek <sbsh.baek@samsung.com>
Thu, 8 May 2025 07:43:57 +0000 (16:43 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 14 May 2025 06:35:12 +0000 (15:35 +0900)
commita998b289f594a071de8050a581632deb84b3e180
tree38aea9f72177ebd0c741acfbc81622766f16b1e2
parenta8f9c835c547f346a0021a0b7ed71e73cee5538e
[NUI] Adds Spring Like AlphaFunction for NUI.Animation

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.AlphaFunction.cs
src/Tizen.NUI/src/internal/Interop/Interop.AlphaFunctionSpringData.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Animation/AlphaFunction.cs
src/Tizen.NUI/src/public/Animation/AlphaFunctionSpringData.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Animation/AlphaFunctionSpringType.cs [new file with mode: 0644]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/SpringAlphaFunctionTest.cs [new file with mode: 0755]