Skip to content

Commit

Permalink
Fix CSS prop example on Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangarnier committed Mar 26, 2017
1 parent 20b6f4b commit 2db86c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3 class="demo-title">CSS</h3>
</div>
<script>var cssProperties = anime({
targets: '#cssProperties .el',
left: 240,
left: '240px',
backgroundColor: '#FFF',
borderRadius: 40,
easing: 'easeInOutQuad'
Expand Down

0 comments on commit 2db86c6

Please sign in to comment.