Skip to content

Commit

Permalink
Add missing curly bracket in animation.md (#5264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Srile committed Mar 24, 2023
1 parent d35c0e9 commit bc6b11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ This assumes that an animation has already been configured to respond to that cu
```
el.setAttribute('animation__001', {'property': 'position',
'to': {x: 1, y: 1, z: 1},
'startEvents': 'startanim001');
'startEvents': 'startanim001'});
```

(configuring startEvents on the animation automatically disables autoplay).
Expand Down

0 comments on commit bc6b11a

Please sign in to comment.