Hacker News
- Help pls?! :) Page transition using react-router and react-addons-css-transition-group http://stackoverflow.com/questions/37992930/page-transition-using-react-router-and-react-addons-css-transition-group 3 comments reactjs
- Using easing for more than just CSS transitions https://kilianvalkhof.com/2020/css-html/using-easing-for-more-than-just-css-transitions/ 6 comments webdev
- Looking for advice on the best way/time to trigger css transition. https://codepen.io/mthauv/pen/ZJPmqo 4 comments webdev
- CSS Play/Pause button with transition http://codepen.io/iGadget/pen/doaMQQ 6 comments css
- Transitioning with CSS gradients http://duncan.ie/2013/11/using-transitions-with-css-gradients/ 4 comments css
- CSS Animation: How it works from transitions to animations http://unmatchedstyle.com/news/css-animation.php 4 comments webdev
- CSS Animations vs CSS Transitions http://ejohn.org/blog/css-animations-and-javascript/ 4 comments web_design
- Firefox 4 beta 2: Welcome CSS transitions http://hacks.mozilla.org/2010/07/firefox4-beta2/ 3 comments firefox
- Why is my CSS + JS transition glitchy? https://www.reddit.com/r/web_design/comments/nq7hn0/why_is_my_css_js_transition_glitchy/ 4 comments web_design
- An Interactive Guide to CSS Transitions https://www.joshwcomeau.com/animation/css-transitions/ 7 comments frontend
- An Interactive Guide to CSS Transitions https://www.joshwcomeau.com/animation/css-transitions/ 12 comments web_design
- A Detailed Guide to CSS Animations and Transitions https://medium.com/engineerbabu/a-detailed-guide-to-css-animations-and-transitions-b544502c089c 10 comments web_design
- Some questions related to CSS transitions and adding of classes https://www.reddit.com/r/learnprogramming/comments/a2226i/some_questions_related_to_css_transitions_and/ 4 comments learnprogramming
- Destiny 2 Inspired Class Animation - CSS Transition https://codepen.io/jpanter/pen/zemjkm 6 comments web_design
- Transition Effect with CSS Masks https://tympanus.net/codrops/2016/09/29/transition-effect-with-css-masks/ 4 comments web_design
- Pure CSS Chicago Transit Map https://github.com/aledista/cta-loop-map 6 comments css
- How To Add Page Transitions with CSS and smoothState.js http://css-tricks.com/add-page-transitions-css-smoothstate-js/ 4 comments web_design
- 4 Simple CSS Transitions to Enhance Your Buttons http://bootstrapbay.com/blog/css-transitions-buttons/ 6 comments web_design
- CSS question about transitions and transformations. http://textsnip.com/iaxx2c 6 comments css
- CSS-Only Responsive Layout with Smooth Transitions http://tympanus.net/codrops/2012/06/12/css-only-responsive-layout-with-smooth-transitions/ 3 comments web_design
- Drop-in CSS transitions https://transition.style/ 11 comments web_design
- Came across a bug in Google Chrome that causes CSS transitions to immediately fire. https://www.reddit.com/r/css/comments/b3w0bc/came_across_a_bug_in_google_chrome_that_causes/ 18 comments css
- Is there anyway to smooth out CSS transitions that use flex properties? https://greensock.com/tweenmax 6 comments webdev
- Noob Question: Is this transition controlled by CSS or JS? http://esportsgear.org/category/reviews/ 8 comments css
- Detecting CSS Animation and Transition End with JavaScript http://osvaldas.info/detecting-css-animation-transition-end-with-javascript 4 comments javascript
- Fx 16 is unprefixing CSS Gradients, Transitions, Animations and Transforms https://hacks.mozilla.org/2012/07/aurora-16-is-out/ 7 comments css
- Please help me understand this thread about CSS transitions and JS https://stackoverflow.com/questions/8210560/css-transitions-do-not-work-when-assigned-trough-javascript#8213003 4 comments webdev
- Experiment: Seamless Page Transitions with Animated 3D CSS Masks http://www.christopholus.com/playground/cubetransition/juggernaut.html 3 comments webdev
- How-to: Using multiple CSS transitions to create staged animations http://dancort.es/web-design/2015/09/10/how-to-css-transition-delay-animation.html 5 comments web_design
- Horizonal.js: Programmable page transitions in CSS and JavaScript http://www.michaelbromley.co.uk/horizonal/demo/ 41 comments web_design
- How to Make a Simple CSS Only Image Gallery using Transitions http://www.inserthtml.com/2012/04/css-image-gallery/ 5 comments web_design
- Remember that YouTube Wii ad? Here's the same effect for any page as a bookmarklet, using WebKit's CSS Transitions & Transforms http://www.eseidel.com/gravity/ 19 comments programming
- Newbie ~ How do you transition element's height or display property using CSS ? https://www.reddit.com/r/webdev/comments/5gmn9c/newbie_how_do_you_transition_elements_height_or/ 7 comments webdev
- Smoothly transitioning CSS display flex order property http://codepen.io/mofny/pen/gbgzja 7 comments css
- Maintaining CSS Style States using "Infinite" Transition Delays http://dabblet.com/gist/2076449 4 comments css
- Need Help Turning the main Transition into Animation with "Shine effect in pure CSS (+SVG)" on Codepen https://codepen.io/iamvdo/pen/majhu 6 comments css
- Using Forced Reflows, the Event Loop, and the Repaint Cycle to Slide Open a Box with JavaScript & CSS Transitions https://macarthur.me/posts/box 3 comments webdev
- Created a cool hamburger icon that transitions to a close icon. Used pure CSS and only used jQuery to toggle between the hamburger and the close icon. Might be useful for your web projects. You can use it and modify it as you wish. http://codepen.io/brenden/pen/npnyxn 39 comments web_design
- Made a jQuery plugin that replaces fade+slide methods with CSS transition-powered equivalents. Would love your feedback! (x-post /r/jQuery) http://jsfiddle.net/4UR95/ 21 comments javascript