-
15 Dec 2011 5:28 PM #1
CSS ID good naming feature
CSS ID good naming feature
"CSS ID" is always random number name.

So, when I custom HTML5, it is difficult to read.
I want the below format
[object name]-[ordernumber]-[scene name]
For example, two "A_Object" in Scene3.
Result is below
[first object]
AObject-1-3
[second object]
AObject-2-3
_ is automatically removed.
-
19 Dec 2011 8:21 AM #2
Good input!
In the meantime you can always manually set the css id in the properties.
-
19 Dec 2011 11:51 PM #3
webkit-animation-name:
webkit-animation-name:
Hi
"webkit-animation-name:" is always random no.
if css no is "hoge"
I want "ani-hoge" name.
N/A
GOOD!!Code:.run #hoge { -webkit-animation-name: AN-ani-53312;
Code:.run #anim { -webkit-animation-name: ani-hoge;


Reply With Quote