aboutsummaryrefslogtreecommitdiff
path: root/scss/mixins/_transition.scss
AgeCommit message (Collapse)AuthorFilesLines
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR1-1/+1
2020-04-26Rename variables for brevityMark Otto1-1/+1
- Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers`
2020-04-01transition() mixin prevent redundant 'transition: none' and pass `null` (#30391)Shohei Yoshida1-4/+14
* Prevent redundant 'none' for prefers-reduced-motion * Output warning when use 'none' or 'null' with multiple arguments * Fix for libsass(node-sass)
2020-02-17Remove unnecessary reduce motion when `$enable-transition: false` (#30183)Shohei Yoshida1-4/+4
2020-02-15Revert "Placeholder for transitions reset to prevent code duplication #29862"XhmikosR1-13/+2
This reverts commit cd7e5d111102e4422858aa6f255dc243b4cca1ca. Co-authored-by: Martijn Cuppens <[email protected]>
2020-02-14Placeholder for transitions reset to prevent code duplication… (#29870)Gaël Poupard1-2/+13
Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2019-01-07remove screen from media query (#27985)Martijn Cuppens1-1/+1
2018-11-03Add Sass variable for prefers-reduced-motion, add callout to affected ↵Patrick H. Lauke1-2/+4
components (#27581) * Tweak the accessibility/reduced motion text include mention of carousel slides, remove the (now inaccurate, as Firefox 63 includes it too) mention that support is limited to Safari/macOS xref https://github.com/twbs/bootstrap/issues/27525 * Add new callout for reduced motion * Add variable to control prefers-reduced-motion media query support * Add callout about prefers-reduced-motion to all components currently using animation which are affected
2018-10-21Disallow transition property (use mixin instead)Martijn Cuppens1-0/+1
2018-03-20Making use of `prefers-reduced-motion` media query (#25641)Mike Rogers1-0/+4
* Making use of `prefers-reduced-motion` media query As discussed in #25249 - if a user (Who is using Safari / iOS) requests reduced motion in their system settings, we should avoid transitions. * Ignoring prefers reduced motion for CSS Linting * Updating copy clarifying the reduce motion functionality in accessibility.md
2017-03-05Move box-shadow and transition mixins out of the main mixins file and into ↵Mark Otto1-0/+9
their own files