skeleton-placeholder
Reactive icon

Skeleton Placeholder

Stable version 1.4.0 (Compatible with OutSystems 11)
Uploaded
 on 17 Nov (5 days ago)
 by 
5.0
 (6 ratings)
skeleton-placeholder

Skeleton Placeholder

Compatible with:
Created on OutSystems 11

Version 1.4.0

Stable
Current
See documentation
Application Package
Uploaded on 17 Nov (5 days ago) by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

Besides the "IsReady" flag, now you can also have manual control over the skeleton animation by calling:

  • Skeleton_Start
  • Skeleton_Stop


Improved demo to show different types of possible usages. Added "Try now"

Version 1.3.0

Stable
See documentation
Application Package
Uploaded on 27 Sep by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:
  • Added data attributes so you can better target some elements
  • Fixed an issue that caused the screen reader message to appear if the Skeleton was used inside a form
  • Removed the default value of `SkeletonOptions.ScreenReaderMessage`

Version 1.2.4

Stable
See documentation
Application Package
Uploaded on 4 Aug by 
Compatible with:
Version 11
11.9.2 or higher
11.7.6 to 11.9.0
11.0.539 to 11.0.615
Database:
All
Release notes:

- Fixed a bug where the `AnimateOnce` option was not being honored if the block loaded from a back navigation.

- Updated the example CSS to allow you to hide images and icons inside "bones" in Service Studio preview (this is only for a better preview in SS)

-servicestudio-.skeleton-ph .bone *:is(i, img) {

    display: none;

}