HTWG-VirtualReality / prototyp

0 stars 0 forks source link

Implement resizing property #59

Closed SteffenGorenflo closed 7 years ago

SteffenGorenflo commented 7 years ago

It should be possible to allow/disallow the resizing of an element in either horizontal or vertical direction.

Furthermore should it be possible to resize proportionally to its parent element

phaldan commented 7 years ago

Extend Resize behaviour with two new html-attributes:

Resize disabled:

<vr-ellipse resize-horizontal="0" resize-vertical="0"></vr-ellipse>