Skip to content
  • Emmanuele Bassi's avatar
    timeline: Add custom parser for "markers" · 24623c43
    Emmanuele Bassi authored
    It should be possible to define markers in ClutterScript when
    describing a ClutterTimeline.
    
    The syntax is a trivial:
    
      "markers" : [
        { "name", <marker-name>, "time" : <msecs> }
      ]
    
    While at it, we should document it inside the API reference, as well
    as fleshing out the ClutterTimeline description.
    24623c43