#css animations
Explore tagged Tumblr posts
divinector Ā· 10 months ago
Text
Tumblr media
Animated Gradient Background
2 notes Ā· View notes
jcmarchi Ā· 4 months ago
Text
CSSWG Minutes TeleconĀ (2024-08-14)
New Post has been published on https://thedigitalinsider.com/csswg-minutes-telecon-2024-08-14/
CSSWG Minutes TeleconĀ (2024-08-14)
I was just going over the latest CSSWG minutes (you can subscribe to them at W3C.org) and came across a few interesting nuggets I wanted to jot down for another time. The group discussed the CSS Values, CSS Easing, and Selectors modules, but what really caught my eye was adding triggered delays to CSS for things like hover, long taps, and focus states.
The idea stems from an OpenUI proposal, the same group we can thank for raising things like the Popover API and customizable select element. The concept, if I understand it right, is that anytime someone hovers, taps, or focuses on, say, a <button> for a certain amount of time, we can invoke some sort of thing. A tooltip is the perfect illustration. Hovering over the trigger element, the reasoning goes, is an expression of interest and as web authors, we can do something with that interest, like displaying a tooltip.
Whoa, right?! Thereā€™s long been chatter about CSS encroaching on JavaScript territory (isnā€™t it ironic, donā€™t you think?). Firing events in response to interaction is quite literally the only thing I use JavaScript for. Thereā€™s no mistake about that in the CSSWG, as documented in the minutes:
So. Does this belong in CSS? Or should it be elsewhere? Does the approach make sense? Are there better ideas? Most interested in the last.
[ā€¦]
Other question; does this belong in CSS or HTMLā€¦ maybe this is just a javascript feature? In JS you can determine MQ state and change things so it wouldnā€™t necessarily be in CSS.
And shortly later:
As you were talking; one thing that I kept thinking of; should developers be customizing the delay at all? Original use case for delay is that hover shouldnā€™t be instant. But if we donā€™t allow for customizing we can align to platform delay lengths.
But thereā€™s an excellent point to be made about the way many of us are already doing this with CSS animations (animation-delay) and transitions (transition-delay). Sometimes even applying those globally with the Universal Selector or a prefers-* query.
Things get even hairier when considering how values are defined for this. Are they explicit delays (800ms), generic keywords (none/short/medium/long), a custom property, a pseudo-classā€¦ something else? Iā€™m glad thereā€™re incredibly smart folks noodling on this stuff.
I think here it would be good to go with time values. CSS is a good place to put it. We have all the ergonomics. The right declarative place to put it.
Whatever the eventual case may be:
I think this sounds reasonable and Iā€™d like to explore it. Unsure if this is the exact shape, but this space seems useful to me.
0 notes
codenewbies Ā· 9 months ago
Text
Tumblr media
Creative CSS Menu Hover
0 notes
codingflicks Ā· 1 year ago
Text
Tumblr media
Split Screen Hover Animation
0 notes
codeajaymargam Ā· 2 years ago
Text
0 notes
biglisbonnews Ā· 2 years ago
Photo
Tumblr media
How to Create a CSS Sprite Animation With steps() Thereā€™s a little-known timing function in CSS animations that lets us break an animation into segmentsā€“ā€“or stepsā€“ā€“instead of running it as one continuous animation from start to finish. This function is useful for creating sprite animation because weā€™re able to... The post How to Create a CSS Sprite Animation With steps() appeared first on Treehouse Blog. https://blog.teamtreehouse.com/css-sprite-sheet-animations-steps
0 notes
ourachoco Ā· 1 year ago
Text
Tumblr media
šŸ€ Lucky ā˜† Theme! šŸŒŗ
My first F2U Template that I have uploaded. I hope someone will find this useful!
Please keep in mind that even myself, is amateur at coding. So please, if you find any error, contact me via email ( [email protected] ) I'll be happy to help.
Find the template's code here. It should be easy to understand. If you need any help installing the code, again, send me an email!
:*:ļ½„ļ½”,ā˜†ļ¾Ÿ'ļ½„:*:ļ½„ļ½”,ćƒ½(惻āˆ€ćƒ»)äŗŗ(惻āˆ€ćƒ»)ļ¾‰ ,ļ½”ļ½„:*:ļ½„ļ¾Ÿ'ā˜†,ļ½”ļ½„:*:
837 notes Ā· View notes
palossssssand Ā· 1 year ago
Text
Tumblr media
animated sprites of all my sonas for my silly website
165 notes Ā· View notes
puppyeared Ā· 11 months ago
Text
Tumblr media
I CANT USE CSS ON ARTFIGHT...............
#I WAS REALLY HOPING TO FIX THE FUCKING. PARAGRAPH WIDTH. SIGH#idk why but it stretches across the ENTIRE page like. it takes up the full width of the browser and it BOTHERS ME. ON ALL THE PAGES#i could try manually putting shift breaks but im worried it might not look so good on mobile. ugghh... auyggghhh.....#im already learning CSS and API so i thought i could put it to good use but. AUGH#this whole time ive had to go into the inspect panel myself and change the padding so i dont have to read the length of the screen#like a fucking typewriter... i would have also loved to use custom fonts and animations......#i did find a guide for BBCode which the site uses on default and it covers basic styling but its not the same. sniffle#you CAN unlock CSS if you donate $25 to the page which seems fair. and if i could do it i would but. i do not have any way of#sending or receiving money online </3 i really need to figure out how to do that so i can set up comms like i said i would last summer#but it intimidates me.... and im already kept on a short leash when it comes to that so it feels like a lot of things could go wrong#i think toyhouse allows CSS or some sort of code...?? i remember seeing some oc pages with custom layouts#if thats the case i'll try fiddling with it but im not very familiar with using toyhouse so thatll take a while#(thanks again for the code sal ^_^ ill put it on my pin once its ready but im trying to learn my way around the site heh ;;)#at least i can use my pixel dividers.. ive been digging around for pixels to use and found some really cute ones#yapping
46 notes Ā· View notes
divinector Ā· 2 years ago
Photo
Tumblr media
Animated Dropdown menu Check out Divinector YouTube Channel For more Ā 
2 notes Ā· View notes
blooky8 Ā· 8 months ago
Text
WB-1, the home of fun Welcome to cosmic heave-e-en!~
Tumblr media
grab a floating yakkotopia for ur blog (ļ¾‰ā—•ćƒ®ā—•)ļ¾‰*:ļ½„ļ¾Ÿāœ§
51 notes Ā· View notes
codenewbies Ā· 11 months ago
Text
Tumblr media
Replace the Image On hover
1 note Ā· View note
codingflicks Ā· 1 year ago
Text
Tumblr media
Split Screen Image Hover Effect
0 notes
codeajaymargam Ā· 2 years ago
Text
Tumblr media
Read @Learn and Create Social Sharing Buttons Now...
0 notes
ameemude Ā· 1 month ago
Text
digital art animation created with html, css and javascript
10 notes Ā· View notes
freefrontend-blog Ā· 4 months ago
Text
šŸ’„ 100+ CSS Text Animations šŸ’»āœØ
Looking to make your web content more dynamic and engaging? Our September 2024 update features 22 new CSS text animation examples!
Ready to add some flair to your site? šŸ”„ Check it out!
ā†’ https://freefrontend.com/css-text-animations/
9 notes Ā· View notes