Fix not working Animation effect

Created on 3 December 2021, over 2 years ago
Updated 27 July 2023, 11 months ago

Problem/Motivation

The bootstrap styles animation option using layout builder is not getting applied. as AOS animation works when data attribute is applied to the DOM. but here the data attribute is not getting applied.

Proposed resolution

Switch from using if (isset($attribute_type) && $attribute_type === 1) { to if (!empty($attribute_type)) {

Remaining tasks

  • ✅ File an issue about this project
  • ✅ Addition/Change/Update/Fix to this project
  • ✅ Testing to ensure no regression
  • ✅ Automated unit/functional testing coverage
  • ➖ Developer Documentation support on feature change/addition
  • ➖ User Guide Documentation support on feature change/addition
  • ✅ Code review from Bootstrap Styles team member
  • ✅ Full testing and approval
  • ✅ Credit contributors
  • ✅ Review with the product owner
  • ✅ Release bootstrap_styles-1.1.1

User interface changes

  • N/A

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India mahesh1310

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024