Robuta

https://lists.w3.org/Archives/Public/www-style/2018Oct/0003.html Re: Agenda+ [css-transitions-1][css-animations-1][web-animations-1] Request to publish updated WDs... css transitions https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/custom-property-and-allow-discrete.html CSS Transitions Test: transition of a custom property with "transition-behavior: allows-discrete" css transitions https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/shadow-root-insertion.html CSS Transitions: behavior when a shadow root is inserted while transitioning css transitionsbehavior https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-background-position-with-edge-offset.html CSS Transitions Test: transition-property - background-position css transitionstestpropertybackgroundposition https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/events-007.html CSS Transitions Test: no transitionend event after display:none css transitionstesteventdisplaynone https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transitioncancel-001.html CSS Transitions Test: display:none causes transitioncancel css transitionsdisplay nonetestcauses https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-034-manual.html CSS Transitions Test: transition-property - padding-bottom css transitionstestpropertypaddingbottom https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/idlharness.html css-transitions IDL tests css transitionsidltests https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/starting-style-rule-none.html CSS Transitions Test: No transition if @starting-style display value is none css transitions https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/changing-while-transition-001.html CSS Transitions Test: behavior when transition-duration changes while transitioning css transitionstestbehaviordurationchanges https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/changing-while-transition-003.html CSS Transitions Test: behavior when transition-delay changes while transitioning css transitionstestbehaviordelaychanges https://www.w3schools.com/cSS/css_challenges_css3_transitions.asp CSS Transitions Code Challenge Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML... css transitionscodechallenge https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-026-manual.html CSS Transitions Test: transition-property - margin-right css transitionstestpropertymarginright https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/currentcolor-animation-001.html CSS Transitions of currentcolor css transitionscurrentcolor https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-033-manual.html CSS Transitions Test: transition-property - outline-width css transitionstestpropertyoutlinewidth https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/events-003.html CSS Transitions Test: transitionend event with negative delay css transitionstesteventnegativedelay https://lists.w3.org/Archives/Public/public-css-archive/2022Jan/0542.html Re: [csswg-drafts] [css-transitions] smoothly transitioning scrollbars in/out when it... css transitions https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/pseudo-elements-001.html CSS Transitions Test: Transitioning Pseudo Elements css transitionstesttransitioningpseudoelements https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-023-manual.html CSS Transitions Test: transition-property - line-height css transitionsproperty linetestheight https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/events-005.html CSS Transitions Test: transitionend event with property specificity css transitionstesteventpropertyspecificity https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/properties-value-003.html CSS Transitions Test: Intermediate Property Values of unspecified properties css transitionsproperty valuestestintermediateunspecified https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/events-002.html CSS Transitions Test: transitionend event for implied property value css transitionstesteventimpliedproperty https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-018-manual.html CSS Transitions Test: transition-property - color css transitionstestpropertycolor https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/starting-style-name-defining-rules.html CSS Transitions Test: Name defining @-rules in @starting-style css transitionstestnamedefiningrules https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transitioncancel-002.html CSS Transitions Test: Removing transitioning property from transition-property triggers... css transitionstestremovingtransitioningproperty https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-003-manual.html CSS Transitions Test: transition-property - none css transitionstestpropertynone https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-duration-003-manual.html CSS Transitions Test: transition-duration - 0s(initial value) css transitionstestdurationinitialvalue https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-009-manual.html CSS Transitions Test: transition-property - border-left-color css transitionstestpropertyborderleft https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/starting-style-cascade.html CSS Transitions Test: Cascading @starting-style css transitionstestcascadingstartingstyle https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-010-manual.html CSS Transitions Test: transition-property - border-left-width css transitionstestpropertyborderleft https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-events-with-document-change.html CSS Transitions: transition events for an element changing document css transitionsevents forelementchangingdocument https://lists.w3.org/Archives/Public/www-style/2013Feb/0569.html Re: [css-transitions] starting of transitions. from Andrew Fedoniouk on 2013-02-21... css transitions https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Transitions/Using Using CSS transitions - CSS | MDN CSS transitions provide a way to control animation speed when changing CSS properties. Instead of having property changes take effect immediately, you can... css transitionsusingmdn https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-037-manual.html CSS Transitions Test: transition-property - padding-top css transitionstestpropertypaddingtop https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-timing-function-010-manual.html CSS Transitions Test: transition-timing-function - steps(2) css transitionstesttimingfunctionsteps https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/events-001.html CSS Transitions Test: transitionend event for shorthand property css transitionstesteventshorthandproperty https://dev.to/cydstumpel/css-transitions-3gdn CSS Transitions - DEV Community CSS transitions allow you to animate property values smoothly, over a given duration. CSS transitions... Tagged with css, animation, beginners, tutorial. css transitionsdevcommunity https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/KeyframeEffect-getKeyframes-width-and-height-transition.tentative.html AnimationEffect.getKeyframes() for CSS transitions of the width and height properties css transitionsof the https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/allow-discrete-auto-inset.html CSS Transitions Test: discrete transition for auto inset css transitionsfor autotestdiscreteinset https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-011-manual.html CSS Transitions Test: transition-property - border-right-color css transitionstestpropertyborderright https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-property-015-manual.html CSS Transitions Test: transition-property - border-spacing css transitionstestpropertyborderspacing https://lists.w3.org/Archives/Public/www-style/2018Oct/0006.html Re: [CSSWG] Minutes Telecon 2018-10-10 [css-flexbox] [css-break] [css-contain] [css-transitions]... css flexboxcsswgminutes https://bugzilla.mozilla.org/show_bug.cgi?id=1863822 1863822 - New wpt failures in /css/css-view-transitions/ [block-with-overflowing-text.html,... RESOLVED (nobody) in Core - CSS Parsing and Computation. Last updated 2023-11-09. https://lists.w3.org/Archives/Public/www-style/2013Feb/0567.html Re: [css-transitions] starting of transitions. from Tab Atkins Jr. on 2013-02-21 (www-style@w3.org... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0645.html [csswg-drafts] [css-view-transitions-2] Data type for types in script APIs (#10114) from Khushal... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0705.html Re: [csswg-drafts] [css-view-transitions-1][cssom] Clarify how `getComputedStyle` should be have... https://lists.w3.org/Archives/Public/public-css-archive/2018Aug/0599.html [csswg-drafts] [css-transitions] why doesn't transitionend event fire in some cases? from Mark... https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/View_transitions CSS view transitions - CSS | MDN The CSS view transitions module defines the behavior of the View Transition API, which allows developers to create animated transitions between different... view transitionscssmdn https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0845.html Re: [csswg-drafts] [css-view-transitions-2] view-transition-name determined by element (#8320) from... https://lists.w3.org/Archives/Public/www-archive/2016Feb/0009.html [css-transitions] Accessibility Considerations section from L. David Baron on 2016-02-03... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0751.html Re: [csswg-drafts] [css-view-transitions-2] Update remaining instances of "type" to "types"... https://lists.w3.org/Archives/Public/www-style/2013Feb/0571.html Re: [css-transitions] starting of transitions. from L. David Baron on 2013-02-21 (www-style@w3.org... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0600.html Closed: [csswg-drafts] [css-view-transitions-1] What is the snapshot containing block for iframes?... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0595.html [csswg-drafts] [css-view-transitions-1] What is the "snapshot containing block" for iframes?... https://lists.w3.org/Archives/Public/public-css-archive/2025Dec/0052.html Re: [csswg-drafts] [css-view-transitions-2] [scoped] Allow self-participating scopes? (#12319) from... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0774.html Re: [csswg-drafts] [css-view-transitions-2] Data type for types in script APIs (#10114) from Tim... https://lists.w3.org/Archives/Public/public-css-archive/2024Jan/0058.html Re: [csswg-drafts] [css-view-transitions-2] Creating 'classes' of transition groups (#8319) from... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0597.html Closed: [csswg-drafts] [css-view-transitions-1] What is the "snapshot containing block" for... https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-timing-function-005-manual.html CSS Transitions Test: transition-timing-function - 'ease-out' equivalent to 'cubic-bezier(0, 0,... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0803.html Re: [csswg-drafts] [css-view-transitions] Make CSSOM interface read-only (#10011) from Noam... https://lists.w3.org/Archives/Public/www-style/2009Jan/0159.html Re: Proposal: Iterative steps for CSS Transitions from Giovanni Campagna on 2009-01-12... https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/Document-getAnimations.tentative.html Document.getAnimations() for CSS transitions documentcsstransitions https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0686.html Closed: [csswg-drafts] [css-view-transitions] 'type' argument that takes an array of types is very... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0856.html Re: [csswg-drafts] [css-view-transitions-2] Consider allowing `::view-transition-group(.class)`... view transitions https://lists.w3.org/Archives/Public/public-css-archive/2024Jan/0012.html Re: [csswg-drafts] [css-view-transitions-2] Define navigation descriptor for @view-transition... view transitions https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0846.html Re: [csswg-drafts] [css-view-transitions-2] view-transition-name determined by element (#8320) from... https://laracasts.com/series/simons-larabits/episodes/3 CSS Only Cross-Resource Page Transitions Discover how to create smooth, CSS-only page transitions using View Transitions. Learn the browser magic behind seamless full-site effects! resource pagecsscrosstransitions https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0657.html Re: [csswg-drafts] [css-view-transitions-2] Refactor based on topics (#10098) from Khushal Sagar... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0843.html Re: [csswg-drafts] [css-view-transitions-2] Add a way to auto-generate view transition names for... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0891.html [csswg-drafts] Pull Request: [css-view-transitions-2] Use the right data types for `types` from... https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/transition-timing-function-003-manual.html CSS Transitions Test: transition-timing-function - 'ease-in' equivalent to 'cubic-bezier(0.42, 0,... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0815.html [csswg-drafts] [css-view-transitions-1] Should view transition names be tree scoped? (#10145) from... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0887.html Closed: [csswg-drafts] [css-view-transitions-2] Consider allowing `::view-transition-group(.class)`... view transitions https://raw.githubusercontent.com/mozilla-firefox/firefox/main/testing/web-platform/tests/css/css-transitions/non-rendered-element-004.tentative.html CSS Transitions Test: Transitions do not run for a ::marker-element that is not being rendered https://lists.w3.org/Archives/Public/public-css-archive/2024Jan/0233.html Re: [csswg-drafts] [css-view-transitions-2] Define navigation descriptor for @view-transition... view transitions https://lists.w3.org/Archives/Public/public-css-archive/2018Jun/0630.html Re: [csswg-drafts] [css-transitions] Transition to height (or width) "auto" from danegraphics via... https://lists.w3.org/Archives/Public/public-css-archive/2024Mar/0304.html Closed: [csswg-drafts] [css-view-transitions-1] Clarify the list of pseudo-elements that can be...