Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 523 → Rev 524

/trunk/test/ani.html
104,8 → 104,7
top: 0,
width: 10,
height: 10,
opacity: 1,
//backgroundColor: new Color(255, 0, 0)
//backgroundColor: new Color(255, 0, 0, 1)
}
}
}),
117,8 → 116,7
top: 100,
width: 100,
height: 100,
opacity: 0.5,
backgroundColor: new Color(0, 255, 0)
backgroundColor: new Color(0, 255, 0, 0.5)
}
}
}),
130,8 → 128,7
top: 200,
width: 100,
height: 100,
opacity: 0,
backgroundColor: new Color(0, 0, 255)
backgroundColor: new Color(0, 0, 255, 0)
}
}
})