Rotating Filter

SkeletonBow

Member
That's not a bad idea actually, and it'd be fairly simple to do by manipulating the transform properties. This should also be doable in theory using Exeldro's move-transition filter, but not as straightforward just for this particular purpose. Also possible to rotate images via CSS animation in Browser Source in a pinch. But a dedicated rotate filter would probably be pretty useful for many people.
 
I tried the Exeldro move filter, but it is not easy. I had to play around with rotation value and duration to make it spin at a rate that I wanted and they both need to be very high value since I wanted to spin infinitely. I wanted something alot more simple than that.
 
Top