mescalito2
25 Apr 2012, 11:26 AM
Hi! thanks for your time
In your kitchensink example you have this:
items: [
{
text: 'Slide Left',
id: 'SlideLeft',
view: 'SlideLeft',
card: false,
animation: {
type: 'slide',
direction: 'up'
}
leaf: true
}
]
My question is how to assign the animation.direction in Sencha Designer 2? so far I haven't find it anywhere. Any idea? please
In your kitchensink example you have this:
items: [
{
text: 'Slide Left',
id: 'SlideLeft',
view: 'SlideLeft',
card: false,
animation: {
type: 'slide',
direction: 'up'
}
leaf: true
}
]
My question is how to assign the animation.direction in Sencha Designer 2? so far I haven't find it anywhere. Any idea? please