Copy link to clipboard
Copied
I have looked all over the internet for help, unable to find what I am looking for.
I needing to rotate an image without rotating the MASK.
The image is letters, numbers, pretty much resembles code in a circle.
I need this circle to rotate infinitely without the mask rotating along with it. The circle is under the mask.
I am using .png for the circle and .png for the mask. This is the only step I have taken.
Copy link to clipboard
Copied
Stacking a couple of images is simple enough using absolute positioning & z-index settings in your CSS. Animating one to rotate is a little tougher, but still can be completely handled with animation and transform CSS...
https://www.w3schools.com/css/css_positioning.asp
https://www.w3schools.com/cssref/pr_pos_z-index.php
https://www.w3schools.com/cssref/css3_pr_animation.php
https://www.w3schools.com/cssref/css3_pr_transform.php
It all needs to be done by hand, DW doesn't have any automated features to help unfortunately.
Copy link to clipboard
Copied
I'm not sure why you posted here. Dreamweaver is web authoring (code editing) software.
Use Photoshop to rotate images and animate them. Completely different tools for different tasks.