This is a migrated thread and some comments may be shown as answers.

Transition options for views available?

3 Answers 101 Views
View
This is a migrated thread and some comments may be shown as answers.
Tayger
Top achievements
Rank 1
Iron
Tayger asked on 30 Jun 2018, 12:44 PM

Hi

Is there a way I can control the transition style of a view? I would like to let some views slide in from top, bottom, left or right. Is that somehow possible?  I am already doing this but not with views, just DIVs and an own slide function. I would like to do that with views so I don't have to care about rotation things, etc. 

Regards

3 Answers, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 03 Jul 2018, 11:21 AM
Hi,

The View transitions are defined by setting a data-transition attribute to the View DOM element. You could find more information about the View transitions in the following documentation article:
https://docs.telerik.com/kendo-ui/controls/hybrid/application#transitions
You could also look at the following online example, that contains a link also to the source:
https://demos.telerik.com/kendo-ui/m/index#application/transitions

I hope this helps.

Regards,
Misho
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Tayger
Top achievements
Rank 1
Iron
answered on 03 Jul 2018, 11:26 AM

Hi Misho

Thanks, I'm aware of the transitions. The problem is I need it as well for the direction up and down. The transitions only support left and right. In between I switched to another mobile solution. KendoUI Mobile is great and I love working with it. For most use cases it works, just not for my project. There are many widgets/functionalities that I don't want to code myself but already exist.

0
Misho
Telerik team
answered on 05 Jul 2018, 07:57 AM
Hi,

Supported directions for the slide transitionare left and rightFor direction up and down, however, I could suggest you to try using the Overlay transition.
Here is a dojo sample that shows the approach:
https://dojo.telerik.com/ilamuhoC/4


Regards,
Misho
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
View
Asked by
Tayger
Top achievements
Rank 1
Iron
Answers by
Misho
Telerik team
Tayger
Top achievements
Rank 1
Iron
Share this question
or