-
1. Re: force scroll bars to display?
resdesign Dec 1, 2014 12:57 PM (in response to animationtest400)Do you have display AUTO?
-
2. Re: force scroll bars to display?
animationtest400 Dec 1, 2014 1:07 PM (in response to resdesign)CSS: overflow is set to scroll
-
3. Re: force scroll bars to display?
resdesign Dec 1, 2014 1:08 PM (in response to animationtest400)Try auto.
-
4. Re: force scroll bars to display?
jsr-1 Dec 1, 2014 1:31 PM (in response to resdesign)Hello,
Since this topic is scrolling...
Is it possible to enable x-axis scrolling while restricting y-axis scrolling in the new Edge Animate release?
It was possible in earlier versions by altering the xxx_edge.js file and changing the "overflow" settings, as in this bit of code from Tim Jaramillo:
states: {
"Base State": {
"${_Stage}": [
["color", "background-color", 'rgba(177,220,255,1.00)'],
["style", "overflow-x", 'auto'],
["style", "height", '400px'],
["style", "overflow-y", 'hidden'],
["style", "width", '550px']
The new .js file is structured differently and I am not quite sure how to separate the x & y overflow.
vivekuma suggested:
sym.getSymbolElement().css({"overfolw-x": "auto"});
sym.getSymbolElement().css({"overfolw-y": "hidden"});
in compositionReady for the stage, but that did not work either - the Properties-Stage-Overflow settings override the css scripting
It may no longer be possible to separate the X or Y overflow, but thank you for any help,
-jsr
-
5. Re: force scroll bars to display?
animationtest400 Dec 1, 2014 5:14 PM (in response to resdesign)still no difference, I should also add that the scroll bars display on the edge animate stage but disappear once published.


