Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
levancho #1
open-easing-function in CSS
I want to defined easing functions in comboBox css, but it does not seem to
work here is "
ComboBox {
cornerRadius: 0;
openDuration: 745;
closeDuration: 880;
dropdownStyleName: "myComboBoxDropDowns";
open-easing-function : "Bounce.easeOut";
close-easing-function : "Bounce.easeIn";
}
example above does not give compiler erro but it also does not work
can anyone tell me how do I make it work?
levancho Guest
-
Function Open recent files in file menu doesn't show
When I try to open recent files from file menu there is no opportunity to choose it? I've installed ID 2.0.2 CE on Win 2000 again and it's the same.... -
actioscripted tween via easing
hi there. i know how to move a movieclip from one point to another using actionscript. but how do i do the same thing with easing added in. eg. have... -
Easing slider???????
In my book it refers to the easing slider to control the acceleration or deceleration of the movement of an object, but I can't find where it is.... -
Photo scroller with easing - can't figure this out
Hi! Please take a look at http://www.jomode.be A farily simple site, but I don't know how the scrolling of those photos is done. How is it... -
Cartier Site/Easing scroll effect
Can someone please direct me to a tutorial and/or fla or whatever, that will help me to create the type of scrolling effect that Cartier uses in... -
levancho #2
Re: open-easing-function in CSS
bump,
BTW in css this variation also does not work :
openEasingFunction: "Bounce.easeOut";
closeEasingFunction: "Bounce.easeIn";
neither this :
openEasingFunction: "mx.effects.easing.Bounce.easeOut";
closeEasingFunction: "mx.effects.easing.Bounce.easeIn";
levancho Guest



Reply With Quote

