Investigate Flip Animation Glitch on Safari
Type: Bug
Priority: Medium
Severity: Minor
Difficulty: Beginner
Description
Several users have reported that the Flip animation exhibits inconsistent behavior when rendered in Safari on both macOS and iOS. Instead of performing a smooth flip transition, the animation may briefly stutter, flicker, flash, or render with visible frame drops during playback. In some cases, the animated element may momentarily disappear or display rendering artifacts before completing the animation.
As the repository is currently under a core code freeze, contributors must not modify any files inside the core/ or components/ directories. Instead, contributors should create a reproduction demo or documentation inside the submissions/ directory that clearly demonstrates the issue and documents any browser-specific observations.
The goal of this issue is to provide maintainers with a reliable reproduction and investigate whether Safari-specific rendering behavior—such as GPU compositing, hardware acceleration, or 3D transform handling—is responsible for the glitch. Contributors are encouraged to document potential optimizations (for example, translateZ(0), backface-visibility, perspective, or will-change) without modifying the framework source.
Current Behavior
- Flip animation occasionally stutters or skips frames in Safari.
- Some animations briefly flash or flicker during execution.
- Elements may disappear momentarily during the flip transition.
- Rendering is inconsistent compared to Chrome, Firefox, and Edge.
Expected Behavior
- Flip animations should render smoothly across all supported browsers.
- No flickering, flashing, or frame drops should occur.
- Animation timing and visual behavior should remain consistent regardless of browser.
- Developers should have a documented reproduction to help diagnose the issue.
Submission Structure
Choose one of the following contribution options.
Option 1 – Reproduction Demo (Recommended)
submissions/examples/flip-safari-yourinitials/
├── demo.html
├── style.css
└── README.md
Option 2 – Documentation
submissions/docs/flip-safari-yourinitials/
└── README.md
Note: Replace yourinitials with a unique identifier (for example, flip-safari-ak or flip-safari-vg) to avoid naming conflicts with other contributors.
Requirements
- Follow the repository's contributing guidelines.
- Place all files inside the
submissions/ directory.
- Use a unique submission folder name.
- Do not modify files inside:
- If creating a reproduction demo:
- Build a minimal example demonstrating the Flip animation.
- Reproduce the Safari rendering issue consistently.
- If creating documentation:
- Explain the issue in detail.
- Include reproduction steps.
- Compare expected and actual behavior.
- Document Safari version, operating system, and device used.
- Include observations that may help identify the rendering problem.
Acceptance Criteria
Suggested Implementation
- Create a dedicated submission folder using a unique identifier.
- Build a minimal page demonstrating the Flip animation.
- Test the example across:
- Safari (macOS)
- Safari (iOS)
- Chrome
- Firefox
- Edge
- Investigate whether enabling GPU compositing improves rendering by documenting techniques such as:
transform: translateZ(0)
backface-visibility: hidden
transform-style: preserve-3d
perspective
will-change: transform
- Record browser versions, operating systems, screenshots, or screen recordings (optional) in the README.
- Document any findings that could assist maintainers in implementing a future framework-level fix.
Example folder structure:
submissions/examples/flip-safari-vg/
├── demo.html
├── style.css
└── README.md
Testing
- Verify the Flip animation reproduces the issue consistently in Safari.
- Compare rendering with:
- Safari (macOS)
- Safari (iOS)
- Chrome
- Firefox
- Edge
- Test any documented GPU acceleration techniques to determine whether they improve animation smoothness.
- Confirm the reproduction steps accurately reflect observed behavior.
- Ensure the Pull Request only adds files inside the
submissions/ directory.
- Verify no changes are made to
core/ or components/.
Benefits
- Provides maintainers with a reliable Safari-specific reproduction.
- Documents browser compatibility issues for future releases.
- Helps identify GPU rendering optimizations without modifying framework code.
- Improves cross-browser animation consistency.
- Enables community contributions while respecting the repository's code freeze policy.
Labels
bug browser-compatibility safari animation good first issue
Investigate Flip Animation Glitch on Safari
Type: Bug
Priority: Medium
Severity: Minor
Difficulty: Beginner
Description
Several users have reported that the Flip animation exhibits inconsistent behavior when rendered in Safari on both macOS and iOS. Instead of performing a smooth flip transition, the animation may briefly stutter, flicker, flash, or render with visible frame drops during playback. In some cases, the animated element may momentarily disappear or display rendering artifacts before completing the animation.
As the repository is currently under a core code freeze, contributors must not modify any files inside the
core/orcomponents/directories. Instead, contributors should create a reproduction demo or documentation inside thesubmissions/directory that clearly demonstrates the issue and documents any browser-specific observations.The goal of this issue is to provide maintainers with a reliable reproduction and investigate whether Safari-specific rendering behavior—such as GPU compositing, hardware acceleration, or 3D transform handling—is responsible for the glitch. Contributors are encouraged to document potential optimizations (for example,
translateZ(0),backface-visibility,perspective, orwill-change) without modifying the framework source.Current Behavior
Expected Behavior
Submission Structure
Choose one of the following contribution options.
Option 1 – Reproduction Demo (Recommended)
Option 2 – Documentation
Requirements
submissions/directory.core/components/Acceptance Criteria
submissions/directory.README.md.transform: translateZ(0).backface-visibility,perspective,transform-style, orwill-change.submissions/directory are modified.core/orcomponents/in accordance with the repository freeze notice.Suggested Implementation
transform: translateZ(0)backface-visibility: hiddentransform-style: preserve-3dperspectivewill-change: transformExample folder structure:
Testing
submissions/directory.core/orcomponents/.Benefits
Labels
bugbrowser-compatibilitysafarianimationgood first issue