summaryrefslogtreecommitdiffstats
path: root/examples/declarative/clocks
Commit message (Collapse)AuthorAgeFilesLines
* Make "on" syntax mandatory for value sources and interceptorsAaron Kennedy2010-03-021-3/+3
| | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error.
* add night support for clocks exampleYann Bodson2009-11-023-1/+4
|
* fix parallax exampleYann Bodson2009-10-301-3/+3
|
* change cities in clock exampleYann Bodson2009-10-302-5/+5
|
* cleanupYann Bodson2009-10-308-0/+92