mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
CssAnimationProperties, when unset, were not setting the default native value. (#4595)
This commit is contained in:
committed by
SvetoslavTsenov
parent
d978424f35
commit
2f6ca2524b
8
app/ui-tests-app/issues/issue-4450.xml
Normal file
8
app/ui-tests-app/issues/issue-4450.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
||||
<StackLayout id="root">
|
||||
<SearchBar />
|
||||
<Progress value="50" maxValue="100" margin="22" />
|
||||
<Button text="set" tap="set" margin="2" />
|
||||
<Button text="clear" tap="clear" margin="2" />
|
||||
</StackLayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user