Skip to content

supporting more cases in style #954

@lmccart

Description

@lmccart

support these:

div.style('translate', 100, 100);
div.style('rotate', 45);
div.style('position', 100, 100);

this one will remain as is:

div.position(100, 100);

and add return value for single string:

var val0 = div.style('font-weight');
var val1 = div.style('color');
...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions