Scale based on specific origin
See original GitHub issueIs there any way to set origin
of the scale
? If there isn’t, is it intended to add such a feature to this library?
Issue Analytics
- State:
- Created 7 years ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
8.4.2.1.2 The Scale Tab - OriginLab
This option is shown, when Scale Type is Log10, Ln or Log2. Generally, Origin only supports positive values for the Log10, Ln or...
Read more >How to scale a point relative to a specific point as origin ...
scale the point i.e. multiply by sf; translate the center_point to original position i.e. add center_point to point. here is some python
Read more >Scaling (geometry) - Wikipedia
Scaling is a linear transformation, and a special case of homothetic transformation (scaling about a point). In most cases, the homothetic transformations are ......
Read more >transform-origin - CSS: Cascading Style Sheets | MDN
The transform-origin CSS property sets the origin for an element's transformations.
Read more >transform > scale from a pre-selected origin point...
Solved: Hi CS6 scaling two images that I wish to match up. set uppet to 50% opacity, edit>transform, move gunsight to where I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can animate the
transform-origin
property like any other css properties:Like this:
And a running demo here: http://codepen.io/juliangarnier/pen/WxWaWE
Yes and like I said in #63, this is the expected behaviour of CSS transforms. But i’m glad that you found the problem!