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
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();
}
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:
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 !