diff --git a/.version b/.version index 85162da..b77447d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v10.3.1 +v10.3.2 diff --git a/package.json b/package.json index 68e13b1..8a421f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ohzi-core", - "version": "10.3.1", + "version": "10.3.2", "description": "OHZI Core Library", "source": "src/index.js", "module": "build/index.module.js", diff --git a/tasks/create_view/template.json b/tasks/create_view/template.json index ae5a7fe..f90d46e 100644 --- a/tasks/create_view/template.json +++ b/tasks/create_view/template.json @@ -1,12 +1,12 @@ { "animation_tracks": [ { - "attribute_name": "template_opacity", - "type": "track", + "type": "segment", "from_time": 0, "to_time": 1, "to_value": 1, - "easing_function": "ease_in_out_cubic" + "easing_function": "ease_in_out_cubic", + "attribute_name": "template_opacity" } ], "triggers": []