From: Ramesh P. <ra...@in...> - 2003-05-14 15:16:27
|
hi, how do i use the swipe effect incrementally. by default i guess the the swipeTo will swipe the layer through its entire width or height. how can i make it stop halfway say 50% of its width or by a value by 100 ???? best regardz, ramesh pallikara -- QOTD: "I've always wanted to work in the Federal Mint. And then go on strike. To make less money." |
From: Raymond I. <xw...@ya...> - 2003-05-14 17:29:38
|
--- Ramesh Pallikara <ra...@in...> wrote: > hi, > > how do i use the swipe effect incrementally. > by default i guess the the swipeTo will swipe the > layer through its > entire width or height. > how can i make it stop halfway say 50% of its width > or by a value by 100 > ???? Well, I guess we'll have to implement a swipeStop() function and some events. Some time ago we had a discussion on whether we should use individual event names (such as onswipe,onfade, etc) or use common event names (such as onanimstart, onanimstop, onanimfinish). What do you think? -- Raymond Irving > > best regardz, > ramesh pallikara > > -- > QOTD: > "I've always wanted to work in the Federal Mint. > And then go on > strike. To make less money." > > > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, > 2003, Santa Clara > The only event dedicated to issues related to Linux > enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |
From: Ramesh P. <ra...@in...> - 2003-05-15 06:40:16
|
Once upon a time not very long ago, Raymond Irving wrote: >--- Ramesh Pallikara <ra...@in...> >wrote: > > >>hi, >> >>how do i use the swipe effect incrementally. >>by default i guess the the swipeTo will swipe the >>layer through its >>entire width or height. >>how can i make it stop halfway say 50% of its width >>or by a value by 100 >>???? >> >> > >Well, I guess we'll have to implement a swipeStop() > i really don't how useful the swipeStop() method can be if i need to swipe my layer through half its width and half it's height, which means only 1/4 of my layer would be visible, i would never know when to call swipeStop(). maybe we can have a swipeTo(width, height, dir steps, ms ) or have a dictionary object for this where u can specify in percent or pixel value something bit more controllable like dan's ol' wipeTo, wipeBy methods , >function and some events. Some time ago we had a >discussion on whether we should use individual event >names (such as onswipe,onfade, etc) or use common >event names (such as onanimstart, onanimstop, >onanimfinish). What do you think? > personally i would go for an eventname that is more specific to the component such as onswipestart, onswipestop. best regardz, ramesh pallikara -- QOTD: "I've always wanted to work in the Federal Mint. And then go on strike. To make less money." |
From: Raymond I. <xw...@ya...> - 2003-05-15 14:45:30
|
Please see below --- Ramesh Pallikara <ra...@in...> wrote: > Once upon a time not very long ago, Raymond Irving > wrote: > > >--- Ramesh Pallikara <ra...@in...> > >wrote: > > > > > >>hi, > >> > >>how do i use the swipe effect incrementally. > >>by default i guess the the swipeTo will swipe the > >>layer through its > >>entire width or height. > >>how can i make it stop halfway say 50% of its > width > >>or by a value by 100 > >>???? > >> > >> > > > >Well, I guess we'll have to implement a swipeStop() > > > i really don't how useful the swipeStop() method can > be if i need to > swipe my layer through half its width and half it's > height, which means > only 1/4 of my layer would be visible, i would never > know when to call > swipeStop(). > > maybe we can have a swipeTo(width, height, dir > steps, ms ) > > or have a dictionary object for this where u can > specify in percent or > pixel value > > something bit more controllable like dan's ol' > wipeTo, wipeBy methods , Ok, I'll look into adding height and width support. I don't know how easy that will be. -- Raymond Irving > >function and some events. Some time ago we had a > >discussion on whether we should use individual > event > >names (such as onswipe,onfade, etc) or use common > >event names (such as onanimstart, onanimstop, > >onanimfinish). What do you think? > > > personally i would go for an eventname that is more > specific to the > component such as onswipestart, onswipestop. > > best regardz, > ramesh pallikara > -- > > QOTD: > "I've always wanted to work in the Federal Mint. > And then go on > strike. To make less money." > > > > > ------------------------------------------------------- > Enterprise Linux Forum Conference & Expo, June 4-6, > 2003, Santa Clara > The only event dedicated to issues related to Linux > enterprise solutions > www.enterpriselinuxforum.com > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |