Search

11/14/2008

Protoscript - Popup Behavior Demo

Protoscript - Popup Behavior Demo

Protoscript is a simplified scripting language for creating Ajax style prototypes for the Web. With Protoscript it's easy to bring interface elements to life. Simply connect them to behaviors and events to create complex interactions.


$proto('img#avatar', {
Click: {
onClick: {
Fade: {
opacity: {to: 0},
onComplete: {Close : {} }
}
}
}
});

沒有留言: