Added application to test visual transition framework 37/106737/8
authorDavid Steele <david.steele@samsung.com>
Tue, 20 Dec 2016 19:45:22 +0000 (19:45 +0000)
committerDavid Steele <david.steele@samsung.com>
Thu, 12 Jan 2017 19:04:54 +0000 (19:04 +0000)
commite2ee6baaa8dcfe20f708b17a51e4303b8cfc3824
treefb91bc09442e45874e9c4ab1e7b5fe2af9ebbbb7
parentfe51b34a968be11d80b032030cf1a20ff8bf7e85
Added application to test visual transition framework

This application shows a possible implementation of a shadowed button, with
transition animation defined by the style sheet.

Change-Id: Ib764dacdeed2381d96474059ef830e17a2cb9fff
Signed-off-by: David Steele <david.steele@samsung.com>
27 files changed:
build/tizen/.gitignore
examples/styling/image-channel-control-impl.cpp
examples/styling/styling-application.cpp
examples/transitions/beat-control-impl.cpp [deleted file]
examples/transitions/beat-control-impl.h [deleted file]
examples/transitions/beat-control.cpp [deleted file]
examples/transitions/beat-control.h [deleted file]
examples/transitions/shadow-button-impl.cpp [new file with mode: 0644]
examples/transitions/shadow-button-impl.h [new file with mode: 0644]
examples/transitions/shadow-button.cpp [new file with mode: 0644]
examples/transitions/shadow-button.h [new file with mode: 0644]
examples/transitions/transition-application.cpp
examples/transitions/transition-application.h
examples/transitions/transition-example.cpp
resources/images/preMultAlpha.png [new file with mode: 0644]
resources/style/images/CheckBg.png [new file with mode: 0644]
resources/style/images/Tick.png [new file with mode: 0644]
resources/style/images/shadowButtonBg.9.png [new file with mode: 0644]
resources/style/mobile/images/CheckBg.png [new file with mode: 0644]
resources/style/mobile/images/Tick.png [new file with mode: 0644]
resources/style/mobile/images/shadowButtonBg.9.png [new file with mode: 0644]
resources/style/mobile/style-example-theme-one.json.in
resources/style/mobile/style-example-theme-three.json.in
resources/style/mobile/style-example-theme-two.json.in
resources/style/style-example-theme-one.json.in
resources/style/style-example-theme-three.json.in
resources/style/style-example-theme-two.json.in