Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこれをしたい:-webkit-transform: translateX(300px)しかし、左に原点を持つのではなく、右から。 私も試し-webkit-transform-origin: 100% 100%てみtop rightましたが、影響はありませんでした。
-webkit-transform: translateX(300px)
-webkit-transform-origin: 100% 100%
top right
それを行う方法はありますか?