ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

[SideDrawer] drawerTransition is ignored since 7.0.1 #1225

Closed acivier-serial closed 5 years ago

acivier-serial commented 5 years ago

Environment

Describe the bug When passing a transition to the RadSideDrawer the default transition is still played. This bug appear in the 7.0.1 nativescript-ui-sidedrawer release.

In this case i'm using the PushTransition:

    ngOnInit(): void {
        this._sideDrawerTransition = new PushTransition();
    }
<RadSideDrawer [drawerTransition]="sideDrawerTransition">
<!-- ... -->    
</RadSideDrawer>

2019-09-03 11-31-47 2019-09-03 11_32_06

To Reproduce Launch the issue-drawer-animation-nativescript repo in a simulator, then toggle the side drawer.

Expected behavior The new transition applied should be effective.

Sample project https://github.com/acivier-serial/issue-drawer-animation-nativescript

Thanks you !

zbranzov commented 5 years ago

The fix is released in nativescript-ui-sidedrawer@7.0.2