Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Transforms are style properties that will help you modify the appearance and position of your components using 2D or 3D transformations. However, after you apply transforms, the layouts remain the same around the transformed component hence it might overlap with the nearby components. You can apply margin to the transformed component, the nearby components or padding to the container to prevent such overlaps.

Example


Reference

Methods

transform()

transform accepts an array of transformation objects or space-separated string values. Each object specifies the property that will be transformed as the key, and the value to use in the transformation. Objects should not be combined. Use a single key/value pair per object. The rotate transformations require a string so that the transform may be expressed in degrees (deg) or radians (rad). For example:
The same could also be achieved using a space-separated string:
The skew transformations require a string so that the transform may be expressed in degrees (deg). For example:

decomposedMatrix, rotation, scaleX, scaleY, transformMatrix, translateX, translateY

Last modified on September 30, 2025