Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Reactive Image Rotate
Reactive Image Rotate
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded
on
10 Aug (10 days ago)
by
0.0
(0 ratings)
Overview
Reviews
Versions
Documentation
Support
Reactive Image Rotate
Details
I need to rotate an image with javascript and CSS in 90-degree intervals
Read more
In this component we have done the image rotate using javascript and CSS.
var
angle
=
$parameters
.
DefValue
;
var
img
=
document
.
querySelector
(
'div[id="container"]'
);
$parameters
.
DefValue
=
(
$parameters
.
DefValue
+
90
)
%
360
;
img
.
className
=
"rotate"
+
$parameters
.
DefValue
;
$parameters
.
Out1
=
$parameters
.
DefValue
;
Release notes
(1.0.0)
License
(1.0.0)
BSD-3 license (
https://opensource.org/licenses/BSD-3-Clause
)
Reviews
(0)
Team
Other assets in this category
Apps, Development tools
Count Down Timer
Tousif Khan
This will count the total remaining days for the next year, you can further customize the code available in the library module.
65
Bulk Select Demo
Tousif Khan
This component will cover the functionality of keeping the selection, in spite of changing the page via a pagination, the check box selection will remain selected even if the user refreshes the page.
59
Multi Style Loaders
Tousif Khan
A pack of multiple Only Css Loaders, which you can simply use it on your screen by calling there blocks
25
More from Vijay Malviya
Multiple Checkboxes Select
Vijay Malviya
In this article I have explain how to implement a Multiple Checkbox Select (MultiSelect) DropDownList with CheckBoxes.
1150
Encode & Decode Url Parameters.
Vijay Malviya
Encode & Decode refers to the process of converting information or data into a specific format for various purposes.
59
Reactive Grid Column Filter
Vijay Malviya
Grid column is implemented in very easy way this component will be really helpful for filter column
63
Loading
Loading...